/* 🐾 Fondo general */
body {
    background-color: #f8f9fa;
    background-image: url("../img/huellas.png");
    background-repeat: repeat;

    /* Adaptativo para celular + PC */
    background-size: clamp(110px, 14vw, 200px);
}

/* Contenedor tipo tarjeta */
.container {
    background-color: rgba(255,255,255,0.95);
    padding: 20px;
    border-radius: 12px;
}

/* Botones más suaves */
.btn {
    border-radius: 10px;
}
