html{
    margin: 2% 15% 5% 15%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2{
    margin-top: 3rem;
}
.info{
    margin-top: 1rem;
    line-height: .3rem;
}

.recipe li{
    margin-bottom: 1rem;
}

.gallery img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}


.gallery li{
    display: inline-block;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}