header {
    background-color: black;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
h3 {
    color:rgb(127, 76, 76);
}
li {
    font-style: italic;
}
em {
    color: rgb(182, 112, 72);
}

.Recipe {
    font-size: 14px;
    font-weight: bold;
    color: gray;
    text-align: left;
    margin-top: 20px;
}
.images {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding-left: 10px;
    

}
.main {
    border-image-width: 600px;
    
}
.final {
    text-uppercase: bold;
}

