@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');


body{
    background-color:#101820FF;
    justify-content: center;
}

.container{
    min-height: 100%;
    min-width: 100%;
    display: inline-block;
    text-align: center;
}

.north{
    height: 25vh;
    padding-top: 5vh;
    padding-bottom: 15vh;
}

.south{
    height: 25vw;
}

.first{
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 0.7;
}


a{
    text-decoration: none; 
    color: white;
    transition: all .5s;
}

.twitter:hover{
    color: #00acee;
}

.youtube:hover{
    color: #FF0000;
}

.twitch:hover{
    color: #6441a5;
}

.sites a:hover{
    color: #008F11;    
}

.sites a, li{
    display: inline-block;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 10vh;
    margin: 0.5vh 2vw 0 0;
    float: none;
    font-weight: 900;
}

.name{
    font-size: 7vh;
}

.subtext{
    font-size: 3vh;
}
