 .nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
}

.nav-brand-login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; /* Añade esta línea */
    gap: 0.75rem;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-weight: 700;
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 4rem;
}

.nav-logo {
    width: 40px;
    height: 40px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    animation: rotate 8s linear infinite;
}