body {
    font-family: Arial, sans-serif;
    background: #f5f6f8;
}

.container {
    width: 400px;
    margin: 60px auto;
    padding: 25px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

label {
    display: block;
    margin-top: 12px;
    font-weight: bold;
}

input, select, button {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

button {
    margin-top: 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}

.privacy {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
}

.hidden {
    display: none;
}
