body{
    width: auto;
    height: auto;
    border: 1px solid gray;
    background-color: black;
    color: antiquewhite;
    text-align: center;
}

a{
    color: antiquewhite;
    text-decoration: none;
}