/* Estilos básicos */
body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 600px;
}

form {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Estilo para el botón de envío */
button {
    font-weight: bold;
    border-radius: 5px;
}

button:hover {
    background-color: #0056b3;
}
