h1{
  font-family: Century Gothic;
    font-style: italic;
  color: white;


}
body{
  background-color: black;
}
div{

  font-family: Century Gothic;
}
p{
  color: white;

}
a:link{
  color: white;
  text-decoration: none;
  font-family: Century Gothic;
    font-style: italic;
    border: 1px solid white;
    border-radius: 10px;
    padding: 8px;


}
a:visited{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: Century Gothic;
    font-style: italic;

}
ul {
    color: white;
}



