body {
    background-color:azure;
}

h1, p  {
    text-align: center;
    font-family: sans-serif;
    margin-top: 50px;
    color:cornflowerblue;
    
}



