body {
background-color: black;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

p {
text-align: center;
color: white;
font-size: 20px;
} 

a:link {
text-decoration: none;
color: white;
}

a:visited {
text-decoration: none;
color: white;
}

a:hover {
text-decoration: none;
color: white;
}

a:active {
text-decoration: none;
color: white;
}
