body{
    background-color:darkgrey;
}

h1{
    color:firebrick;
    text-align: center;
    font-family:cursive;
    border-style:groove;
    background-color:darkolivegreen;
}

p{
    text-align: center;
    color:black;
    background-color:darkturquoise;
    border-style: outset;
    
}


