p {
    color: blue;
    font-size: 16px;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}

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