#policy {
    position: relative;
    top: 10rem;
    width: 100%;
}

#policy h1 {
    margin: auto;
    text-align: center;

    width: 60%;
}

#content {
    position: relative;
    margin-top: 5rem;
    left: 10%;
    width: 80%;

    padding-bottom: 5rem;

    text-align: justify;
}

.paragraph {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul {
    list-style: decimal;
}

ul.dot-list {
    list-style: circle !important;
}

ul li {
    margin-top: 1rem;
}

a {
    color: var(--dark-blue);
}

a:hover {
    text-decoration: underline !important;
}
