body {
    /* background-color: #2e3541; */
    background-color: #004a4d;
    overflow: hidden;
}

main {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(10px + 2vmin);
    font-family: sans-serif;
    color: white;
}

a {
    color: #80a3cf;
}
