.cabecera{
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: Neon_Light;
    font-weight: bold;
    src: url("../font/Neon_Light.otf") format("opentype");
}
h1{
    font-family: Neon_Light;
    font-size: 3.5rem;
}