#Title {
    width: 90vw;
    max-width: 500px;
    height: min(20vw, 100px);
    color: #c2d1c6;
    font-size: min(7vw, 47px);
    font-family: "Sekuya", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}



#TitleBox {
    background-color: #434d46;
    width: 90vw;
    max-width: 500px;
    height: min(20vw, 100px);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100px;
    border: 0;
    border-style: solid;
}

#AboutMe {
    width: 30vw;
    max-width: 319px;
    height: 75px;
    z-index: 1;
    color: #c2d1c6;
    font-size: min(2.5vw, 30px);
    font-family: "Sekuya", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#AboutMeBox {
    background-color: #434d46;
    width: 30vw;
    max-width: 319px;
    height: 75px;
    border-radius: 100px;
    border: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
}

#MyProjects {
    width: 30vw;
    max-width: 319px;
    height: 75px;
    z-index: 1;
    color: #c2d1c6;
    font-size: min(2.5vw, 30px);
    font-family: "Sekuya", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#MyProjectsBox {
    background-color: #434d46;
    width: 30vw;
    max-width: 319px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    border: 0;
    border-style: solid;
}

#MyMusic {
    width: 30vw;
    max-width: 319px;
    height: 75px;
    z-index: 1;
    color: #c2d1c6;
    font-size: min(2.5vw, 30px);
    font-family: "Sekuya", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#MyMusicBox {
    background-color: #434d46;
    width: 30vw;
    max-width: 319px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    border: 0;
    border-style: solid;
}

#MyLinks {
    width: 30vw;
    max-width: 319px;
    height: 75px;
    z-index: 1;
    color: #c2d1c6;
    font-size: min(2.5vw, 30px);
    font-family: "Sekuya", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#MyLinksBox {
    background-color: #434d46;
    width: 30vw;
    max-width: 319px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    border: 0;
    border-style: solid;
}

#Guestbook {
    width: 30vw;
    max-width: 319px;
    height: 75px;
    z-index: 1;
    color: #c2d1c6;
    font-size: min(2.5vw, 30px);
    font-family: "Sekuya", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#GuestbookBox {
    background-color: #434d46;
    width: 30vw;
    max-width: 319px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    border: 0;
    border-style: solid;
}

#Updates {
    width: 30vw;
    max-width: 319px;
    height: 75px;
    z-index: 1;
    color: #c2d1c6;
    font-size: min(2.5vw, 30px);
    font-family: "Sekuya", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#UpdatesBox {
    background-color: #434d46;
    width: 30vw;
    max-width: 319px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    border: 0;
    border-style: solid;
}

#Pfp {
    height: 40vw;
    max-height: 500px;
    position: absolute;
    right: 5vw;
    top: 50px;
    border-radius: 50%;
    border: 10px, solid, black;
    background-color: #78807a;
}

#Bull {
    border: none;
}

body {
    margin: 0;
    min-height: max(100vh, 858px);
    background-image: url(banner.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

nav {
    display: flex;
    flex-direction: column;
    width: 30vw;
    max-width: 319px;
    margin-left: 5px;
    margin-top: 283px;
    gap: 25px;
}

.navItem {
    width: 30vw;
    max-width: 319px;
    height: 75px;
    position: relative;
}



/* All the @ bullshit */

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat/Montserrat-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: Sekuya;
    src: url(fonts/Sekuya/Sekuya-Regular.ttf);
}

@font-face {
    font-family: Ultra;
    src: url(fonts/Ultra/Ultra-Regular.ttf);
}

@font-face {
    font-family: Modak;
    src: url(fonts/Modak/Modak-Regular.ttf);
}

@font-face {
    font-family: Erica_One;
    src: url(fonts/Erica_One/EricaOne-Regular.ttf);
}

@media (max-width: 870px) {
    #Pfp {
        top: 110px;
    }
}


