body
{
   background: url(../images/dark.jpg);
   background-repeat: no-repeat;
   max-width: 700px;
   padding: 20px;
   margin: 20px auto ;
   width: 80%;
   border-top: 200px;
}

h1
{
    
    text-align: center;
    color: black;
    font-family: 'Pangolin', cursive;
    font-size: 60px;
}

p{
    text-align: center;
    color: black;
    font-family: 'Pangolin', cursive;
    font-size: 20px;
}

a:visited{
    color: black;
}