html, body {
    max-width: 100%;
    overflow-x: hidden;
}

p {
    text-align: justify;
}

ul {
    list-style: disc;
}

ul > li {
    margin-top: 25px;
}

ol > li {
    margin-bottom: 25px;
}

h3, h4, h5 {
    font-weight: bold;
}

h3 ~ p {
    margin-bottom: 25px;
}

.row {
    margin-bottom: 25px;
}

