body{
    background-color: azure;
    text-align: center;
    margin-top: 30%;
}

h1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: 100px; 
    margin: 50px;
    padding: 10px;
    background-color: aqua;
    color: aliceblue;
}