body {
    font-family: Inter, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: linear-gradient(135deg,
            rgb(44, 61, 82),
            rgb(49, 67, 85));

    height: 100vh;
    overflow: hidden;
}

#header {
    color: white;
    float: left;
    text-shadow: 0px 2px 4px rgba(150, 150, 150, 0.281);

    margin-left: 15px;
}

#headerLinks {
    display: inline;
    float: right;
}

#headerLinks a {
    text-decoration: none;
    color: white;
    margin-left: 10px;
    margin-right: 5px;
}

#headerLinks a:hover {
    color: rgb(245, 245, 245);
    font-size: 25px;

    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-decoration: underline;
    transition: .2s ease-in-out;
}

.container {
    
}