@charset "UTF-8";

main {
    margin-top: 0px;
}

hr {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
}

hr:first-of-type {
    border-bottom-width: 0;
    margin-bottom: 30px;
}

article.privacy_policy {
    margin-top: 50x;
}

article.privacy_policy > * {
    line-height: 220%;
    width: 100%;
    height:fit-content;
    font-size: 1em;
    display: list-item;
    list-style: none;
    margin-top: 20px;
    text-align: justify;
    display: list-item;
    list-style: none;
}