.first {
    color: white;
    background-color: black;
}

.second {
    background-color: yellow;
}

.both {
    font-size: 28px;
    font-family: 'Helvetica', 'Times New Roman';
}