
a {
    color: #467886;
    text-decoration: underline;
}

header {
    display: flex !important;
}

.header-container {
    background-color: #1D2846;
}

.regulations-text-container {
    margin: 200px 10% 100px;
}

li {
    margin-left: 1.5rem;
    padding-left: .5rem;
    padding-bottom: 1.5rem;
    line-height: 1.6;
}

li::marker {
    font-size: 1.5rem;
    font-weight: 600;
}

ul ul li::marker {
    font-size: 1rem;
    font-weight: 400;
}

ul ul li {
    margin-left: 1rem;
    padding-left: .5rem;

}

ul ul ul li {
    padding-bottom: 0;
    padding-top: 1rem;
}

ul {
    list-style-type: upper-roman;
}

ul ul {
    margin-left: 1.5rem;
    padding-left: .5rem;
    list-style-type: decimal;
}

ul ul ul {
    list-style-type: lower-alpha;
}

@media(max-width: 768px) {
    header {
        justify-content: center;
    }
}

@media(max-width: 600px) {
    .regulations-text-container {
        margin-left: 1rem;
        margin-right: 1rem;  
    }

}
