body{
    background-color: lightskyblue;
    text-align: center;
    font-family:'Courier New', Courier, monospace;
}



h1{
    color:rgb(10, 84, 244);
    background-color:azure;
    text-align: center;
    font-size: 60 px;
    font-family:'Courier New', Courier, monospace;
    margin: 50px;
    border:black solid 5px;
    border-radius: 30px;
}

p{
    background-color: royalblue;
    color: black;
    margin: 20px;
    border:black;
    border-radius: 15px;
}