body
{
    font-family: "Lato", sans-serif;
    color:  #d8dee9;
    background: #2e3440;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75vh;

}