h1 {
     text-align: center;
     font-size: 40px;
}

h3 {
    text-align: center;
    font-size: 30px;
    font-family: Georgia;
}

.flavors-list li {
    list-style-type: none;
}

.ourproducts {
    font-size: 16px;
    font-family: Georgia;
    text-align: center;
}

.flavors {
    font-size: 23px;
    font-family: "lucida handwriting";
    padding-left: 20px;
    text-align: center;
    padding-bottom: -10px;
}

.pricing {
    font-size: 17px;
    font-family: "lucida handwriting";
    text-align: center;
}

.flavors-list {
    font-size: 15px;
    font-family: Georgia;
    padding-left: 30px;
    text-align: center;
}

.hrstyle {
    border-color: rgb(150, 150, 150);
    width:7%;
}

h2 {
    text-align: center;
    font-size: 45px;
    font-family: "lucida handwriting";
}

p {
    text-align: center;
    font-size: 18px;
    padding-left: 10px;
    font-family: Georgia;
}

.orderform {
    text-align: center;
    font-size: 18px;
    padding-left: 10px;
    font-family: Georgia;
}

.container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding-top: 15px;
}

.text {
    font-size: 25px;
    font-family: cursive;
    padding-top: 15px;
}

h4 {
    text-align: left;
    font-size: 20px;
    padding-left: 10px;
    font-family: Georgia;
}

.flex-container {
    display: flex;
    align-content: space-between;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f48295;
    width: 98.5vw;
    height: 75px;
}

.navlink {
    flex-grow: 1;
    display: block;
    font-size: 23px;
    height: min-content;
}

.displayimgs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 400px;
    width: 1450px;
}

.displayimgsdiff {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 250px;
    width: 1450px;
}

.imgnamebox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
    width: 1450px;
}

.imgname {
    font-size: 22px;
}

.name {
    font-size: 28px;
    font-family:'lobster'
}
.img {
    display: flex;
    height: 400px;
}

.imgdiff {
    display: flex;
    height: 250px;
}

#flavors {
    display: flex;
    align-content: space-between;
    flex-wrap: nowrap;
    width: 1450px;
    height: 250px;
}

.flavors-item1, .flavors-item2, .flavors-item3, .flavors-item4 {
    flex-grow: 1;
    font-size: 36px;
    margin: 10px;
    padding-top: 15px;
}

.flex-item4 {
    padding-left: 10px;
    margin: 5px;
    align-items: center;
    font-size: 40px;
    flex-grow: 2;
}

.flex-item5 {
    padding-left: 5px;
    align-items: center;
}

.morephotostitle {
    font-size: 32px;
}

.logo {
    padding-top: 0px;
}

a {
    color:black;
    text-decoration: none;
    font-family: Georgia;
}

body {
    background-color: #f8b0bc;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    background-color: rgb(246, 194, 202);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

form {
    display: flex;
    flex-direction: column;
    background-color: rgb(246, 194, 202);
}

input,
textarea {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 18px;
    background-color: rgb(246, 194, 202);
}

button {
    padding: 10px 20px;
    border: none;
    background-color: rgb(246, 194, 202);
    color: #000000;
    font-size: 18px;
    font-family: Georgia;
    border-radius: 5px;
    cursor: pointer;
}

label {
    font-size: 18px;
}

.image {
    padding-top: 15px;
}

button:hover {
    background-color: rgb(246, 194, 202);
}

.biography {
    text-align: center;
    flex-grow: 2;
    width: 600px;
    line-height: 2;
    text-indent: 40px;
}

.odie {
    width: 500px;
}

.aboutus {
    display:flex;
    justify-content: space-around;
    height: 300px;
}
