html,
body {
    margin: 0;
}

body {
    background-color: rgb(255, 249, 90);
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    min-height: 100vh;
}

.nav {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 0 20px;
}

.nav-link {
    display: flex;
    gap: 40px;
    font-size: 2vw;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
}

.nav-link-big {
    display: flex;
    gap: 40px;
    font-size: 2vw;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    font-weight: 500;
    text-decoration:underline;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(20, 78, 0);
    height: 60px;
    position: relative;
}

img {
    border: solid 1vw rgb(20, 78, 0);
}

.title {
    background-color: rgb(85, 195, 48);
    box-shadow: 10px 10px 5px 2px rgb(255, 249, 90);
    padding: 20px;
    width: 120;
    margin: auto;
}


footer {
    background-color: rgb(20, 78, 0);
    color: rgb(255, 254, 231);
    position: fixed;
    width: 100%;
    font-size: 1vw;
    bottom: 0;
    padding: 10px;
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
}

a:link,
a:hover,
a:visited,
a:link,
a:focus {
    color: rgb(255, 254, 231);
    text-decoration: none;
}

a:hover {
    color: rgb(255, 249, 90);
    text-decoration: none;
}

a:active {
    color: rgb(255, 254, 231);
    text-decoration: none;
}

#titleimage {
    width: 50%;
    display: block;
    border: none;
    box-shadow: none;
    margin-top: -10px;
    margin-bottom: -10px;
}
#titleimage:hover {
    filter: brightness(230%);
}
#titleimage:active {
    filter: brightness(100%);
}

#aroologo {
    width: 40%;
    display: block;
    border: none;
    box-shadow: none;
    margin-top: 2%;
    margin-right: 1%;
    position: relative;
    z-index: 10;
}

#arooface {
    width: 20%;
    margin: auto;
    border: none;
    box-shadow: none;
    margin-bottom: -8%;
    margin-top: -3%;
}

#aroowave {
    width: 20%;
    margin: auto;
    border: none;
    box-shadow: none;
    margin-bottom: -5%;
    margin-top: 1%;
}

.whatis {
    text-align: left;
    font-size: 3.3vw;
    margin-top: 15%;
    padding-left: 1%;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    background: rgb(0, 138, 0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left:1%;
    margin-right:1%;
}

.whatistext {
    padding: 15px;
    text-align: center;
    font-size: 3vw;
    margin-top: -3%;
    padding-top: 2%;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    background: rgb(0, 138, 0);
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5%;
    margin-left:1%;
    margin-right:1%;
}

.gotanid {
    text-align: left;
    font-size: 4vw;
    color: rgb(20, 78, 0);
    margin: 0;
    margin-bottom: -5%;
    vertical-align: baseline;
}

.idstuff {
    margin-bottom: -16%;
    margin-left: 1%;
}

#inputbox {
    width: 20vw;
    height: 4vw;
    margin-right: 1%;
    vertical-align: baseline;
    margin-bottom: 2%;
    border: none;
    background: rgb(255, 254, 231);
    border-radius: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding-left: 1%;
    font-size: 2vw;
    color: rgb(20, 78, 0);
}

button {
    display: inline-block;
    width: 10vw;
    height: 4vw;
    margin-right: 20%;
    vertical-align: baseline;
    margin-bottom: 2%;
    border: none;
    background: rgb(255, 254, 231);
    border-radius: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: rgb(20, 78, 0);
}

.button:hover {
    background: rgb(85, 195, 48);
    color: rgb(255, 254, 231)
}

.button:active {
    background: rgb(255, 254, 231);
}

#noidimage {
    margin:0 auto;
    width: 100%;
    display:block;
    margin-left:4%;
    border:none;
    margin-top:5%;
}

.noidtext {
    flex:1;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 2%;
    font-size: 3vw;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    border-radius: 10%;
    background: rgb(0, 138, 0);
    border-radius: 10px;
    margin-left: 10.75%;
    margin-right:1.5%;
    margin-top:10%;
    position: relative;
    width: 60vw;  
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
}

.bigblock {
    display: flex;
    align-items: flex-start;
}

.drawingblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}

#chosendrawing {
    margin:0 auto;
    width: 100%;
    display:block;
    margin-left:4%;
}

.drawingbuttons {
    margin-left: 4%;
    text-align:center;
    display:flex;
    gap:2%;
}

.chosendesc {
    flex:1;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 2%;
    font-size: 3vw;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    border-radius: 10%;
    background: rgb(0, 138, 0);
    border-radius: 10px;
    margin-left: 10.75%;
    margin-right:1.5%;
    margin-top:10%;
    position: relative;
    width: 60vw;  
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
}

.previousbutton, .nextbutton, .randombutton {
    margin:auto;

}
.previousbutton:hover, .nextbutton:hover, .randombutton:hover {
    background: rgb(85, 195, 48);
    color: rgb(255, 254, 231)
}

.previousbutton:active, .nextbutton:active, .randombutton:active {
    background: rgb(255, 254, 231);
}

.currentid {
    text-align: left;
    display:flex;
    justify-content:space-between;
    align-items: center;
    margin: 0;
    margin-left:1%;
    color: rgb(20, 78, 0);
    font-size: 4vw;
    vertical-align: baseline;
}

.idandbuttons {
    display: flex;
    align-items:center;
}

#aboutmeimg1 {
    width: 40vw;
    margin-left:15vw;
    margin-top:2vw;
}

#aboutmeimg2 {
    width: 40vw;
    margin-left:15vw;
    margin-top:2vw;
}

#aboutmeimg3 {
    width: 40vw;
    margin-left:15vw;
    margin-top:2vw;
}

.bigblockabout {
    display: flex;
    align-items: flex-start;
}

.imgblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}

.aboutmetext {
    flex:1;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 2%;
    font-size: 3vw;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    border-radius: 10%;
    background: rgb(0, 138, 0);
    border-radius: 10px;
    margin-left: 15%;
    margin-right:1.5%;
    margin-top:10%;
    position: relative;
    width: 60vw;  
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom:5%;
}






.leftimg {
    width: 30vw;
    margin-left:15vw;
    margin-top:2vw;
    border: none;
}

.leftblock {
    display: flex;
    align-items: flex-start;
}

.leftimgblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}

.lefttext {
    flex:1;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 2%;
    font-size: 3vw;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    border-radius: 10%;
    background: rgb(0, 138, 0);
    border-radius: 10px;
    margin-left: 15%;
    margin-right:1.5%;
    margin-top:5%;
    position: relative;
    width: 60vw;  
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom:5%;
}




.rightblock {
    flex-direction: row-reverse;
    display: flex;
    align-items: flex-start;
}

.rightimg {
    width: 30vw;
    margin-right:15vw;
    margin-top:2vw;
    border: none;
}

.rightimgblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}

.righttext {
    flex:1;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 2%;
    font-size: 3vw;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    border-radius: 10%;
    background: rgb(0, 138, 0);
    border-radius: 10px;
    margin-left: 1.5%;
    margin-right:15%;
    margin-top:5%;
    position: relative;
    width: 60vw;  
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom:5%;
}







.arooimg {
    width: 30vw;
    margin-left:15vw;
    margin-top:9vw;
    border: none;
}

.arooblock {
    display: flex;
    align-items: flex-start;
}

.arooimgblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}

.arootext {
    flex:1;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 2%;
    font-size: 3vw;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    border-radius: 10%;
    background: rgb(0, 138, 0);
    border-radius: 10px;
    margin-left: 15%;
    margin-right:1.5%;
    margin-top:10%;
    position: relative;
    width: 60vw;  
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom:5%;
}

.examplehowto {
    border:none;
    width:40vw;
    margin-left:45%;
    margin-top:20%;
}




.donationtext {
    padding: 15px;
    text-align: center;
    font-size: 3vw;
    margin-top: 6%;
    padding-top: 2%;
    color: rgb(255, 254, 231);
    text-shadow: 2px 2px 4px #000000, 2px 2px 4px #000000;
    background: rgb(0, 138, 0);
    display: flex;
    flex-direction: column;
    border-radius:10px;
    margin-bottom: 5%;
    margin-left:1%;
    margin-right:1%;
}

#aroodrive {
    width: 20%;
    margin: auto;
    border: none;
    box-shadow: none;
    margin-bottom: -5%;
    margin-top: 1%;
}

.notbutton {
    margin:auto;
    display: inline-block;
    width: 35vw;
    height: 4vw;
    vertical-align: baseline;
    border: none;
    background: rgb(255, 254, 231);
    border-radius: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: rgb(20, 78, 0);
    margin-top:1%;
}

.howto {
    width: 95%;
    margin: auto;
    margin-top:-3%;
    margin-bottom:5%;
}

#aroodrivehome {
    width: 24%;
    margin: auto;
    border: none;
    box-shadow: none;
    margin-bottom: -5%;
    margin-top: 1%;
}