.section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h1
{
    color: #fff;
}

a{
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}
a:hover{
    color: #fff;
    font-size: 1.2em;
    text-decoration: underline;
}