body {
    background-image:url(images/brownpattern-bg.jpg);
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    color:#c69e7c;
}

h1 {
    font-family:"baskerville";
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    color:#c69e7c;
}

h2 {
    font-family:"baskerville";
    font-weight: 350;
    font-size: 28px;
    text-align: center;
    padding: 5px;
    color:#c69e7c;
}

h3 {
    font-family:"baskerville";
    font-weight: 400;
    font-size: 22px;
    padding: 8px;
    color:#c69e7c;
}

p {
    font-family: "baskerville";
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    padding: 8px;
    color:#c69e7c;
}

a{
    color:#c69e7c;
}

h4{
    font-family: "baskerville";
    font-size: 26px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    color:#423325
    
}

ul{
    font-family: "baskerville";
    list-style-type: none;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    text-decoration:underline;
    text-align: center;
    line-height: 30px;
    color:#423325

}

.topbox {
    background:#423325;
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border:8px double #c69e7c
  }

.loveletterbox {
    background:#423325;
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border: 4px dashed #c69e7c;
}

.ingredientsbox{
    background:white;
    width: 300px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border: 4px dashed #c69e7c;
}

.cookie-container {
        text-align: center;
    }

.nutfacts-container{
    background:rgb(255, 0, 0);
    width:400px;
    height:800px;
    margin-left: auto;
    margin-right: auto;
    
}

#facts{
    width: 400px;
    height: 800px;
    object-fit: cover;
}

