html{
    font-size: 16px;
    font-family: 'Signika', sans-serif;
    color:saddlebrown;
    margin-left: 40px;
    margin-right: 40px;
}
section{
    margin-bottom: 40px;
}
h1{
    font-family: 'Permanent Marker', cursive;
    font-size: 42px;
    color:rgb(228, 143, 68);
}
h2{
    color:rgb(228, 143, 68);
    font-style: italic;
}
ul{
    list-style-type: "\1F53F";
}
.ContainerLeft{
    width: 46%;
    float:left;
    padding: 20px;
    background-color:floralwhite;
    border:2px outset rgb(228, 143, 68);
    border-radius: 25px;
    height:580px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.ContainerRight{
    width: 46%;
    float:right;
    padding: 20px;
    background-color:floralwhite;
    border:2px outset rgb(228, 143, 68);
    border-radius: 25px;
    height:580px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.ImageContainer{
    float: left;
    padding: 20px;
    background-color:floralwhite;
    border:2px outset rgb(228, 143, 68);
    border-radius: 25px;
    margin-bottom: 40px;
    width:97%;
}
img{
    padding: 5px;
    width: 500px;
    height: 400px;
}
br{
    margin-bottom: 50px;
}
a{
    color:rgb(228, 143, 68);
    font-size: 20px;
}
a:hover{
    font-weight: bold;
}
.Ingredients::after{
    content:"* Dietary Restrictions: this recipe may not be suitable if you are lactose intolerant, gluten-free, or dairy-free";
    font-style: italic;
    color:rgb(228, 143, 68);
}