
body{
  text-align:center ;
  color:white;
  
}

h1{
  color:white;
}
p{
  font-size: 2em;
}
a{
  font-size: 2em;
}




/* unvisited link */
a:link {
  color: yellow;
}

/* visited link */
a:visited {
  color: yellow;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: yellow;
}