h2 {
    font-size: 20px;
    font-weight: 600;

}

h1 {
    font-size: 22px;
    font-weight: bold;
}

p {
    font-size: 16px;
    font-weight: 600;
}

.font-italic {
    font-style: italic;
}

.brand-color {
    background-color: #007f01;
}