@import url('https://fonts.googleapis.com/css?family=Oswald');
body {
background-color: #000000;
color: #ffffff;
font-family: Arial, sans-serif;
}
a:link {color: #ffc0cb;text-decoration: none;}
a:visited {color: #ffb6c1;}
a:hover {color: #b22222;text-decoration: underline;}
h1 {
font-family: Oswald,sans-serif;
text-align: center;
text-decoration:underline;
}
.button {
font-size: small;
text-align: center;
}

#copyright {
font-size: small;
text-align: center;
}
