h1, h3, h4, .h4 {
    text-transform: uppercase;
}

h1 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.15rem;
    margin: 2rem 0;
}

h2 {
    text-align: center;
    border-bottom: 1px solid;
    padding: 0.5rem;
    position: sticky;
    top: 0;
    background-color: #ffffffba;
}

h3 {
    font-size: 1.5rem;
    color: #666;
}

h4, .h4 {
    font-size: 1.1rem;
    line-height: 1.3;
    color: #982828;
    margin-bottom: 0;
}

.subsection {
    padding: 0 0.5rem;;
}

p, li {
    text-align: justify;
}
