body{
    background-color: black;

}

h1{
    font-family: cursive;
    color: rgb(186, 229, 247);
    text-align: center;
}

p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: medium;
   color: antiquewhite;
   text-align: justify; 
}