/* Paragraph */
p {
    font-size: 1.1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0.5rem !important;
}

pre {
    font-size: 1.1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0.5rem !important;
}

/* Headers */
.h1,
h1 {
    font-size: 1.8rem !important;
    font-weight: bold;
}

.h2,
h2 {
    font-size: 1.6rem !important;
    font-weight: bold;
}

.h3,
h3 {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.h4,
h4 {
    font-size: 1.25rem !important;
    font-weight: bold;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0.25rem;
}