@import url('https://fonts.googleapis.com/css2?family=BBH+Hegarty&family=Cherry+Cream+Soda&family=Exo+2:wght@100..900&family=Foldit:wght@100..900&family=Linefont:wght@4..1000&family=Metal+Mania&family=Rubik+Doodle+Shadow&family=Rubik+Glitch&display=swap');

body {
    font-family: "Exo 2", system-ui;
    background-color: rgb(33, 163, 0);
    color: white;
    overflow-x: hidden;
}


header {
    display: flex;
    justify-content: space-evenly;
    position: sticky;
    top: 0px;
    background-color: #333;
    overflow: hidden;
    max-width: 100%;
    width: 100vw;
    border-bottom: 2px;
    border-style: solid;
    border-color: white;
}

nav {
    display: flex;
    justify-content: space-evenly;
    width: 100vw;
    align-items: center;
    overflow: hidden;
    padding: 20px 18px;

}

nav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: .4s;
}

nav a:hover {
    background-color: white;
    color: black;
}

#logo {
    position: absolute;
    top: 1px;
    left: 2px;
    height: 100%;
    padding: 3px;
}

#logo img {
    margin: 5px;
    height: 40px;
    max-height: 90%;

}
#top {
    letter-spacing: 2px;
    font-weight: 700;
    width: 100vw;
    font-family: "Metal Mania", system-ui;
}
#top h1 {
    font-size: 17vw;
    text-align: center;
}

#top h2 {
    font-size: 8vw;
    padding-left: 16vw;
}
#main > div {
    background-color: #333;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
}

#main {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}

#c {
    grid-column: span 2;
    
}


dd {
    padding-left: 20px;
}

dl * {
    margin: 5px;
}

dl {
    height: 100%;
}

h3 {
    font-size: 10vh;
    text-align: center;
}

.sa {
    display: flex;
    justify-content: center;
    justify-self: center;
    margin: auto;
}

.sa img {
    margin: auto;
    max-height: 600px;
    height: 100%;
    max-width: 60%;
    width: 30vw;
    padding: 10px;
    justify-self: center;

}

.sec {
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items:  center;
}
p {
    font-size: 20px;
}
#bigman {
    display: grid;
    width: 95%;
    grid-template-columns: 1fr 1fr 1fr 600px;
    padding: 5px;
}

#bigman img {
    width: 100%;
}

#bigman p {
    padding: 10px;
}

#me {
    width: 83%;
    margin: 20px;
    border-radius: 20px;
}

img {
    border-radius: 20px;
}

#e dd {
    text-align: left;
    font-size: 18px;
}

#e dt {
    font-size: 24px;
}

h4 {
    font-size: 40px;
    padding: 5px;
}

#f img, #g img {
    padding: 10px;
}

#booo {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
}

#booo p {
    padding: 10px;
}