body {
    background-color: blanchedalmond;
    font-family: Arial, sans-serif;
    text-align: center;
}
h1 {
    color: blueviolet;
    font-size: 2em;
    margin-top: 20px;
}
p {
    color: green;
    font-size: 18px;
    margin: 20px;
    line-height: 1.5;
}