body {
    background:
        linear-gradient(135deg, #74ebd5, #9face6);
}

.contenedor {
    background: rgba(255,255,255,0.9);
}

input,
select {
    background: white;
    color: black;
}

button {
    background: #4f46e5;
    color: white;
}

button:hover {
    background: #4338ca;
}

a {
    color: #4f46e5;
}

.info {
    background: #eef2ff;
}