body {
    background-color: #f8f9fa; /* Fondo claro */
}

.container {
    max-width: 600px;
}

h1, h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para darle profundidad */
    border-radius: 10px;
}

button {
    border-radius: 5px;
}

#result a {
    color: #28a745;
    font-weight: bold;
}
