body
{
     background-color:black;
     color: white;
}

p
{
     width:95%;
     text-align: center;
     margin:auto;
     margin-top:10px;
     border:1px solid white;
}

h2
{
     text-size:15px;
}


a
{
  text-decoration: none;
  color: #4bcfcf;
}
a:visited
{
  color: #4bcfcf;
}

a:hover, a:focus, a:active
{
  text-decoration: none;
  color: white;
  background: #4bcfcf;
}
