@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap');

/*LOGOTIPOS DEL ENCABEZADO*/

header > .logos > img{
    width: 160px;
    padding: 10px 50px;
}

/*DIVISIÓN*/

hr{
    border: 0;
    height: 7px;
    width: 95%;
    box-shadow: inset 0 13px 12px -10px #14A203;
}

/*ANUNCIO*/

marquee{
    border-radius: 20px;
    background: #DCE35B;
    background: -webkit-linear-gradient(to right, #45B649, #DCE35B);
    background: linear-gradient(to right, #45B649, #DCE35B);
    font-size: 50px;
    font-family: 'Fredoka One', cursive;
    margin: 0px;
}

/*MENSAJE*/

.mensaje{
    text-align: center;
    font-family: 'Nerko One', cursive;
    font-size: 42px;
}