.odd {
    background-color: hsl(340 100% 80%);
    font-family: 'Verdana', 'DejaVu Sans', sans-serif;
}

#second {
    color: hsl(220 100% 50%);
    font-size: 36px;
}

.third {
    font-size: 24px;
}

#fourth {
    background-color: hsl(100 100% 80%);
    font-size: 24px;
    font-weight: bold;
}