body{
    margin: 0 auto;
    padding: 0;
    height: 100vh;
    width: 99%;
    background-image: linear-gradient(to bottom right, rgb(114, 116, 178), rgb(31, 34, 114))
}

#headerBox{
    height: 25%;
    width: 100%;
}

#mainHeader{
    text-align: center;
    font-size: 85px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    color: rgb(250, 250, 250);
}

#aboutBox{
    display: table;
    height: 15%;
    width: 70%;
    margin: 0 15%;
}

#bioText{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 45px;
    color: white;
}

#linksList{
    height: 15%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.indexLink{
    width: 50%;
    height: 100%;
    text-align: center;
}

.indexLink a{
    font-size: 30px;
    color: white;
}

#imageBox{
    height: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
}

#indexLogo{
    height: 95%;
}