body {
    color: white;
    font-family: 'Raleway', sans-serif;
}

.container {
    text-align: center;
    display: grid;
    grid-auto-rows: 60vh 20vh 10vh;
    align-items: center;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: white;
}

#full-screen-background-image {
    z-index: -999;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #1a1a25;
    /* Old browsers */
    background-image: url('../img/background.svg'), radial-gradient(ellipse at center, #323237 0%, #1a1a25 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: auto 80%, 100%;
}

header img {
    max-width: 400px;
}

section {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section .contact {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

section a {
    margin-left: 20px;
    font-weight: lighter;
}