html {
    font-family: 'Cormorant', serif;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.ingredients li {
    list-style: none;
}

header {
    text-align: center; 
    background-image: url("https://secure.img1-fg.wfcdn.com/im/24966611/resize-h800-w800%5Ecompr-r85/1178/117857986/Moroccan+Fabric.jpg");
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px 0;
}

.description img {
    float: right;
    border: 1px solid #ffffff;
    margin: 0 0 20px 37px;
    width: 400px;
    height: 300px;
    object-fit: cover;
}

h2 {
    font-size: 40px;
}

@media (max-width:500px) {
    header h2 {
        font-size: 25px;
    }
}