* {
    margin: 0;
    padding: 0;

}


.gwendolyn-bold {
    font-family: "Gwendolyn", cursive;
    font-weight: 700;
    font-style: normal;
}

.playwrite-hr-<uniquifier> {
    font-family: "Playwrite HR", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


body {
    font-family: monospace;

}

nav {
    background-color: #7b8a7e;
    padding: 11px;
    text-align: right;
    height: 25px;
    position: sticky;
    top: 0;
    opacity: 75%;
}

nav a {
    color: #1f241b;
    padding: 10px;
    text-decoration: none;
    font-size: 19pt;

}

nav a:hover {
    color: #4f4f4f;

}

header {
    min-height: 120vh;
    background-color: #1f241b;
    color: #9f9f82;
    font-size: 20px;
}

header img {
    height: 670px;
    margin: 50px;
    float: left;
    padding-top: 50px;
}

h1 {
    text-align: center;
    font-size: 120pt;
    padding-top: 18%;
    font-family: "Gwendolyn", cursive;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



#ja {
    min-height: 100vh;
    background-color: #2f231f;
    color: #9f9f82;
    font-size: 20pt;
    display: flex;



    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    align-items: flex-end;


    align-items: center;
}
a{
    text-decoration: none;
    color: #1f241b;
}
a:hover{
    color: #404022;
}

#ja p{
    width: 60%;
    background-color: rgb(71, 71, 71);
    border-radius: 15px;
}
h2 {
    text-align: center;
    font-size: 40pt;
    padding-top: 50px;
}

#ja p {
    padding: 60px;
}

#oi {

    background-color: #1f241b;
    min-height: 120vh;
    width: 70%;
    float: left;
}

aside {
    width: 27.3%;

    padding: 20px;
    float: right;
    height: 8px;

}

aside p {
    font-size: 15pt;
}

aside h3 {
    font-size: 40pt;
    padding: 10px;
}

#oi img {

    margin: 30px;
    height: 167px;
    border-radius: 10px;
    display: inline-block;


}


#oi img:hover {
    border: 2px solid #9f9f82;
}

#oi h2 {
    color: #9f9f82;
    text-align: center;
    font-size: 40pt;
    padding-top: 50px;
}

h3 {
    color: #5c5c4c;
    text-align: center;
    padding-top: 20px;
    font-size: 30pt;
}

#wallflower {

    background-color: #1f241b;
    min-height: 120vh;
    width: 100%;
    float: left;
}


#wallflower img {

    margin: 30px;
    height: 167px;
    border-radius: 10px;

    display: inline-block;


}

#wallflowe img:hover {
    border: 2px solid #9f9f82;
}

#uh {
    border-top: 2px solid white;
}

footer {
    text-align: right;
    height: 50px;
    color: #9f9f82;
    background-color: #2f231f;
    padding-top: 20px;
    font-size: 20pt;
    clear: both;
}

section {
    font-family: "Playwrite HR", cursive;
}


aside img{
    height: 200px;
    width: auto;
    
    border-radius: 10px;

}

aside img:hover {
    border: 2px solid #9f9f82;
}