

h1 {
    text-align: center;
    margin-bottom: 5px;
}

.updated {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

h2 {
    margin-top: 35px;
    color: #333;
}

h3 {
    margin-bottom: 5px;
    color: #444;
}



.section {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.tos-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: "Nunito", sans-serif;
    color: #222;
}

.tos-container > h1 {
    text-align: center;
    font-family: "Lalezar", sans-serif;
    font-size: 50px;
    margin-bottom: 5px;
}

.tos-updated {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

.tos-section {
    background: white;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.tos-section h2 {
    font-family: "Lalezar", sans-serif;
    font-size: 32px;
    margin-top: 0;
}

.tos-section h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.tos-section p {
    line-height: 1.7;
}

.tos-section code {
    background: #eee;
    padding: 2px 5px;
    border-radius: 5px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 95%;
    height: 100px;
    z-index: 1000;
}

.site-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    font-family: "Lalezar", sans-serif;
    font-size: 50px;
}

nav {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0px;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, .6));
}

.nav-links a {
    color: white !important;
    text-decoration: none !important;
}

.nav-links a:hover {
    filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.2));
}

.nav-links img {
    size: 5px;
}

header {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 100px;
}

.line {
    width: 100%;
    max-width: 20%;
}

/* Style the header with a background and some padding */
.header {
    height: 100%;
    max-height: 100%;
    float: none;
    display: block;
    overflow: hidden;
    background-color: #040512;
    padding: 0px 25px;
    border: 10px;
    stroke-width: 5px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #525BFF, #FFFFFF) 1;

}

/* Style the header links */
.header a {
    float: right;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 25px;
    line-height: 15px;
}

.border-line {
    width: 100%;
    max-width: 100%;
    
}

footer {
    background-color: #040512;
    color: white;
    text-align: center;
    padding: 15px 10px;

    border-top: 2px solid;
    border-image: linear-gradient(to right, #525BFF, #FFFFFF) 1;

}
