* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.resaltado {
    background-color: indigo !important;
    color: white !important;
    width: 100% !important;
    height: 60vh !important;
    border-radius: 15px !important;

}
.content-container {
    background-color: inherit; /* Asegura que el fondo se mantenga indigo */
}
.nucleotide-image {
    display: block; /* Asegura que la imagen no cause problemas con el fondo */
    margin: 0 auto; /* Centra la imagen */
}
#gen {
    max-height: 100px;
}
#profe {
    padding-top: 30vh;
}

#blg {
    text-align: center;
}
.fondoBlanco{
    background-color: white;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
}
#interfase{
    max-width: 300px;
}
#vacuna{
    max-width: 60%;
}
.icono_audio{
    max-width: 5%;
}