@font-face {
    font-family: 'Mukta';
    src: url('Mukta-Regular.ttf');
}


#portadaNeon{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mukta';

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}

.neon{
    font-size: 6em;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 5px #03e9f4,
    0 0 25px #03e9f4, 
    0 0 50px #03e9f4,
    0 0 100px #03e9f4;
    letter-spacing: 5px;
    text-transform: uppercase;
    transition: 1s;
}

/*----------------------------- */
