body {
    background-color: #f0f8ff; /* Alice Blue */
    font-family: sans-serif;
    color: #2c3e50;
    margin: 40px;
}

h1 {
    color: #2980b9;
    text-transform: uppercase;
}

p {
    font-style: italic;
}