body {
    background: #f5f7ff;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #222;
}

.container {
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 60, 255, 0.07);
    padding: 32px 24px 40px 24px;
    text-align: center;
}

.logo {
    width: 120px;
    margin-bottom: 24px;
}

h1 {
    color: #003cff;
    margin-bottom: 32px;
    font-size: 2.2rem;
}

.terms {
    text-align: left;
}

.terms h2 {
    color: #003cff;
    margin-top: 28px;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.terms p {
    margin-bottom: 16px;
    line-height: 1.7;
    color: #333;
}