* {
    background-color: #202225;
    color: #5865F2;
    font-family: sans-serif;
}

#header {
    text-align: center;
    margin: auto;
}

.tos {
    border-radius: 20px;
    width: 70%;
    height: 40px;
    border: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 30px;
}

#tos {
    width: 60%;
    margin-left: 20%;
    height: 500px;
    overflow-y: scroll;
}

#privacy {
    width: 60%;
    margin-left: 20%;
    height: 500px;
    overflow-y: scroll;
}