@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&display=swap');

html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: rgb(255, 255, 255);
}

.navbar {
    background-color: rgb(0, 0, 0);
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.logo {
    height: 40px;
    margin-right: 15px;
}

.navbar-text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
}

.container780.left-vert {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 800px;
    margin: 0px auto;;
    padding: 0px 40px 40px;
    width: 100%;
}

.tos-title {
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    font-family: "League Spartan", sans-serif;
    margin-bottom: 10px;
}

.last-updated {
    font-size: 27px;
    font-family: "League Spartan", sans-serif;
    color: black;
    margin-bottom: 20px;
    text-align: left;
}

.toc {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.toc li {
    margin-bottom: 17px; 
    list-style-type: none; 
}

.toc-number {
    color: black; 
    margin-right: 3px; 
}


.toc a {
    color: #5865f2; 
    text-decoration: none;
}

.toc a:hover {
    text-decoration: underline;
}

.section {
    margin-bottom: 1px;
}

.section h2 {
    font-size: 31px;
    font-weight: bold;
    font-family: "League Spartan", sans-serif;
    margin-bottom: 10px;
    text-align: left;
}

.section_under h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: "League Spartan", sans-serif;
    margin-bottom: 10px;
    text-align: left;
}

.section p {
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
    line-height: 1.6;
}

.section_under p {
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
    line-height: 1.6;
}