body {
    background: hsl(200 20% 70%);
    font-family: 'Asap', sans-serif;
    font-size: 1.5em;
}

#content {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    text-align: center;
}

h1 {
    color: hsl(200 20% 30%);
    font-style: italic;
    font-weight: 400;
}