body {
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;

    width:100%;
    height:80vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

a {
    color: #0f99d3;
    text-decoration: none;
}

a:hover {
    color: #f90;
}

h1 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

h1 + p {
    margin-bottom: 2rem;
}