html, body {height: 100%;}
body {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    overflow: hidden;
    background: #000;
   background-size: cover;
   z-index: -1;
   text-align: center;
   color: #eee;
}
a {color : #eee}
