html {
    min-height: 100vh;
}
body {
    margin: 0%;
    background-color: #0E0C0F;
    color: white;
}

#tabDiv {
    font-size: 1.5em;
    display: flex;
    justify-content: flex-end;
    background-color: #005086;
}

a {
    color: white;
    margin-left: 1em;
    margin-right: 2em;
    text-decoration: none;
}

a:hover {
    color: red;
}

#personal {
    display: flex;
    padding: 2em;
    align-items: center;
}

#endPage {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #005086;
    text-align: center;
}

.socialIcon {
    margin-left: 1.5sem;
}