body {
    background-color: #121212;
    color: #f0f0f0;
    font-family: 'SF Pro Display', 'Helvetica Neue', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

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

h1, h2 {
    color: #ffffff;
    text-align: center;
}

p, li {
    font-size: 1rem;
}

.last-updated {
    text-align: center;
    font-style: italic;
    color: #aaaaaa;
    margin-bottom: 2rem;
}

a {
    color: #66c2ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding-left: 1.2rem;
}

@media (max-width: 600px) {
    .container {
        padding: 1rem;
    }
    h1 {
        font-size: 1.5rem;
    }
}

.support-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.support-container {
    flex: 1;
    display: flex;
    align-items: center;  /* vertical center */
    justify-content: center;  /* horizontal center */
    text-align: center;
}

.support-text {
    font-size: 1.5rem; /* around h2 size */
    line-height: 1.6;
}
