body, html {
    height: 100%;
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
}

.main-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-text {
    font-size: 4rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.9rem;
}

footer a:hover {
    text-decoration: underline;
}

.legal-content {
    max-width: 800px;
    margin: 50px auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    line-height: 1.6;
    color: #444;
}

.legal-content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #222;
}

.legal-content h2 {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
}
