.white {
    color: #fff;
}

.hero-paragraph {
    margin-top: 1.5em;
}

.section-header {
    margin-bottom: 2em;
    text-align: center;
}

.text-block {
    hyphens: auto;
    text-align: justify
}

.text-white {
    color: white;
}

.mt-l{
    margin: 1em 0 0 0;
}

.top-links {
    color: white;
    text-decoration: none;
}

main {
    z-index: 1;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F2F6F9;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2C3B41;
    border-radius: 10px;
}