/* CSS Document */
body{
    background:#ffffff;
    align-content: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.6em;
  line-height: 2.2em;
  word-wrap: break-word;
    color: black;
    
}
a:link, a:visited{
    color:white;
    text-decoration: none;
}
a:hover{
    color:#fdc300;
}
.center{
    max-width:1600px;
    margin:50px auto 50px auto;
}
