body {
    background-color: lightblue;
}

h1 {
    font-family: "Arial", sans-serif;
    color : tomato; 
    font-size: 50px;
}

h2 {
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
    color: blue;
    font-size: 30px;
}

h3 {
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
    color: blue;
    font-size: 25px;
}

p {
    font-family: "Arial", sans-serif;
    color: black;
    font-size: 20px;
}