h1 {
    background-color: yellow;
    color: red;
}

h3 {
    color: gray;
}

.latin {
    font-style: italic;
}