a {
    transition: transform 300ms;
}

a:hover {
    transform: scale(1.05);
}

.redhat{
    font-family: "Red Hat Display", sans-serif;
}

button {
    transition: transform 300ms;
}

button:hover {
    transform: scale(1.05);
}

/* Excepción para el botón del sidebar */
#toggleSidebar {
    transition: color 300ms !important;
}

#toggleSidebar:hover {
    transform: none !important;
}
