.fondo {
    background-image: url('../img/fondo.svg');
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: linear-gradient(black 50%,
            transparent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fondo h1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(3rem, 5vw, 5rem);
    color: white;
    font-family: "Bungee Inline", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fondo a{
    display: block;
    margin-top: 2rem;
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background-color: #E50914;
    font-family: sans-serif;
    transition: background-color 0.3s ease;
}

.btn-login{
    position: absolute;
    top: 0px;
    right: 20px;

}



.letter {
    display: inline-block;
}