
body {
    background-image: url(../img/ofertasTrabajo.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
}

.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
}

.card-header {
    font-size: 1.5rem;
    font-weight: bold;
}

.form-control {
    border-radius: 0.5rem;
}

.btn-primary {
    border-radius: 0.5rem;
}

