html{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 250;
    font-style: normal;
    height:100vh;

}

body{
    margin:0;
}

#top{
    background-color: #173463;
    color: #F0EFF4  ;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
}

.NameText{
    font-size: 16vh;
}

#bioHolder{
    font-size: 6vh;
    width: 100vh;
}

#bottom{
    background-color: #a32731;
    width: 100vw;
}

.light{
    font-weight: 500;
    display:inline;
}

.HalfContainer{
    height: 50vh;
    margin: 0;
    padding: 0;
    display: flex;
}

.HCText{
    padding: 16px;
    width: 100vh;
}

.FontStd{
    font-size: 8vh;
}

#BottomLinksText{
    font-size: 4vh;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li{
    display: inline;
    width: 200px;
}