* {
    color: black;
    scrollbar-width: none;
}

body {
    background: whitesmoke;
    width: 100%;
    overflow-x: hidden;
    scrollbar-width: none;
    overflow-y: scroll;
}

main {
    min-height: 90vh;
    overflow-y: scroll;
    scrollbar-width: none;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#top-header {
    background: black;
    width: 100vw;
    height: 15vh;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    scrollbar-width: none;
    overflow: hidden;
}

#information-div {
    padding: 0;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

#ToS-title {
    font-size: 2rem;
}

.legal-date {
    text-align: center;
}

#main-title {
    font-size: 4rem;
    text-align: center;
    text-decoration: underline;
    color: rgb(168, 1, 168);
    text-shadow: 0 3px 3px rgba(255, 255, 255, 0.7);
    height: fit-content;
    align-self: center;
}

.footer-official {
    text-align: center;
}



.point-title {
    margin: 1%;
}

.point-section {
    margin: 2%;
}

.point-text {
    padding-left: 3%;
}

strong {
    color: inherit;
}

footer {
    justify-self: center;
}

#footer-heading {
    text-align: center;
    justify-self: center;
    font-size: 1.5rem;
}

#footer-grid {
    justify-content: center;
}



@media (max-width: 500px) {
    #main-title {
        font-size: 2.5rem;
    }
}