body{
    background-color: antiquewhite;
    font-family: Arial, Helvetica, sans-serif;
}
.highlight{
    color:aqua;
    font-weight: bold;
}
#title{
    text-align: center;
    color:blue;
}
