body {
    padding: 15px 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: var(--main-background);
    color: var(--white-font);
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
}

.terms-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
}

.terms-updated {
    text-align: center;
    color: #aaaaaa;
    font-style: italic;
}

.terms-intro {
    padding: 1rem;
    border-radius: 5px;
}

.terms-section {
    margin-bottom: 2rem;
}

.terms-section h3 {
    color: #4e90d1;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.terms-section p {
    margin-bottom: 1rem;
}

.contact-email {
    margin-top: 1rem;
}

.contact-email a {
    color: #4397f1;
    text-decoration: none;
}

.contact-email a:hover {
    text-decoration: underline;
}