body {
    font-family: sans-serif;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

#turnstileWidget {
    margin-top: 15px;
    margin-bottom: 15px;
}

#messageArea {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    min-height: 20px;
    text-align: center;
    width: 300px;
}

.message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message-loading {
    background-color: #e2e3e5;
    color: #383d41;
    border: 1px solid #d6d8db;
}
