*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    overflow: hidden;
    background-color: #000;
}
nav{
    background-color: black;
    height: 100vh;
    width: 45px;
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

nav a{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a img{
    width: 80%;
    margin-top: 15px;

}

.logo {
    margin-top: 10px;
    margin-bottom: 3px;
}

.logo-a{
    padding: 3%;
    margin-bottom: 15px;
}
main{
    margin-left: 45px;
    width: 95vw;
    height: 95vh;
    padding: 1%;
    position: absolute;
    top: 2.5vh;
    right: 1.25vw;
}