body{
 background-color: #0e0e0e;
 color: whitesmoke;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 padding-left: 5em;
 padding-right: 5em;
}

.center{
    margin: auto;
    text-align: center;
}

.title{
    font-size: 1.5em;   
}

a{
    color: aqua;
}

a:visited{
    color: aquamarine;
}

.separator{
    height: 5em;
}