html {
    color: #333333;
    font-family: 'Times New Roman', Times, serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #58b4f5;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2.25rem;
    font-weight: normal;
}

h3 {
    text-transform: uppercase;
}

a {
    color: #a7320b;
}

.first-p {
    color: #F2AA52;
    font-style: italic;
    line-height: 1.5;
}

ul {
    list-style: square;
}