body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.option {
    margin-bottom: 10px;
}

.submit {
    text-align: center;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.option {
    margin-bottom: 10px;
}

.submit {
    text-align: center;
}
