body {
    font-family: Arial;
    margin: 20px;
}
h1 {
    text-align: center;
    color: darkred;
}
.highlight {
    color: blue;
    font-weight: bold;
}
#important {
    color: darkblue;
}
