html,body{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #474747;
    color:rgba(255, 255, 255, .7);
    text-align: center;
    font-size: 18px;
}

a{
    color:#ffffff;
}

p{
    margin-top:2rem;
}

.container{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
section{
    max-width:500px;
}
*{
    margin: 0;
    padding:0;
}