.body {
    background-color: #F4F3EE;
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.topnav {
    background-color: #F4F3EE;
    overflow: hidden;
    text-align: center;
    margin-top: 3%;
    width: 70%;
    height: 130px;
    justify-self: center;
    border-radius: 30px;
    border-color: #454C48;
    border-width: 5px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.topnavtext {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    font-family: "Dongle", sans-serif;
    font-weight: 400;
    font-size: 150%;
    height: 10%;
    font-style: normal;
    font-optical-sizing: auto;
}

.topnav a {
    color: #4E5180;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    border-width: 3px;
    border-style: solid transparent;
    font-weight: bold;
}

.topnav a:hover {
    background-color: #4E5180;
    border-color: #454C48;
    border-radius: 25px;
    border-width: 3px;
    border-style: solid;
    color: #FFEEE6;
    font-weight: bold;
}

.pagecontainer {
    width: 80%;
    justify-self: center;
    background-color: #E7E7E7;
    box-shadow: 1px 1px 1px 1px #494c73;
    border-color: #454C48;
    border-width: 5px;
    border-style: solid;
    border-radius: 40px;
    padding: 8%;
    margin: 5%;
}

.content {
    max-inline-size: 85%;
    writing-mode: horizontal-tb;
}

h1 {
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: #494c73;
}

h2 {
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #494c73;
}

h3 {
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #494c73;
}

#welcomeback {
    color: #6087ae;
}

ul {
    list-style-image: url('purplebullet.png');
    list-style-type: square;
}

p,
li,
pre {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-left: 5px;
    margin-bottom: 10px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #F4F3EE;
    color: #494c73;
    margin-top: 5%;
    margin-bottom: 0%;
    border-color: #111116;
    border-width: 5px;
    border-style: solid;
    border-radius: 40px;
    width: 70%;
    justify-self: center;
}

.recipe, .cookingRecipes, .bakingRecipes {
    overflow: auto;
}

button {
    font-family: "Dongle", sans-serif;
    font-weight: 400;
    font-size: 150%;
    text-align: center;
    font-style: normal;
    padding: 10px;
    color: #080A2C;
    border-radius: 10% 30% 50% 70%;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;

}

button.active {
    background-color: #494c73;
    color: #F4F3EE;
}

button.inactive {
    color: #080A2C;
    background-color: transparent;
    color: #111116
}

button:hover {
    background-color: #494c73;
    color: #F4F3EE;
}

.recipecontainer {
    width: 90%;
    background-color: #E7E7E7;
    box-shadow: 1px 1px 1px 1px #494c73;
    border-color: #454C48;
    border-width: 2px;
    border-style: solid;
    border-radius: 40px;
    padding: 8%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#output {
    border-color: #4E5180;
    border-width: 3px;
    border-style: solid;
    border-radius: 28px;
    padding: 3%;
    margin: 10px;
    text-align: left;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #494c73;
    overflow: auto;
}

.cookingRecipes,
.bakingRecipes {
    background-color: #4E5180;
    border-color: #454C48;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    color: #F4F3EE;
    padding: 3%;
    margin: 10px;
    flex: 1 1 300px;
    max-width: 400px;
}

.exploretitle {
    color: #F4F3EE;
    white-space: normal;
    word-break: break-word;
}

#responseContainer {
    margin-top: 20px;
    padding: 10px;
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#submitButton {
    size: 70%;
    font-size: 26px;
}

textarea,
input {
    padding: 10px;
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-color: #454C48;
    border-width: 2px;
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}