.contact-text a,
.contact-text2 a {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: rgb(11, 11, 112) ;
    font-family: "Lilita One", cursive;
    transition: opacity 0.3s ease;
    font-size: 70%;
}


body.dark-mode .contact-text a 
{
   color: bisque!important;
}

body.dark-mode .contact-text2 a 
{
   color: bisque!important;
}


.contact-text{
    margin-top: 1.5rem!important;
}

.contact-text a:hover,
.contact-text2 a:hover {
    opacity: 0.75;
    cursor: pointer;
}

/* Opcional: Estilo base de los h2 */
.contact-text,
.contact-text2 {
    text-align: center;
    margin: 1rem;
}