h1, footer { 
    padding: 15px;
    color: rgb(36, 58, 100);
    margin: auto;
    text-align: center;
    font-family: 'Gorditas', cursive;

}

main section {
    margin-left: 25px;
    text-align: center;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    text-align: center;
    /*border:solid 5px, rgb(192, 196, 194);*/
}

section img {
    width: 100px;
    box-shadow: 10px 10px 5px #646666;
    text-align: center;
}

section {
    max-width: 600px;
    margin: .1rem auto;
    border: 1px solid white;
    background-color: rgb(166, 180, 207);
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    box-shadow: 10px 10px 5px #646666;
    border-radius: 5px 5px
}

img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
