body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
}

h1 {
    color: blue;
}

.highlight {
    color: red;
}

#main-title {
    text-align: center;
}