.separador {
    width: 100%;
    height: auto;
    display: block;
}
.img{
    width: 100%;
}
.emo{
    width: auto;
    height: auto;
    display: inline-block;
}
.mainbox{
    display: flex;
    justify-content: space-between;
    width: 1470px;
    margin: auto;
}   
.quienmierdahizoalgatoblancoTANGRANDEUGHHH{
    width: 20px;
}
.arreglo{
    font-size: 0.8em;
    font-family: 'Courier New', Courier, monospace;
}
.buttrow{
    display: flex;
    overflow-x: hidden;
    position: relative;
    height: 75px;
    width: 100%;
    align-items: center;
}
.buttrow div{
    display: flex;
    gap: 10px;
    height: auto;
    animation: sopa 15s linear infinite;    
    position: absolute;
    z-index: 7;
}
@keyframes sopa {
  0% { left: 0; }
  100% { left: -100%; }
}
#ouyeaa{
    background-image: url(miau/backgrounds/papel.jpg);
    width: 100%;
    height: 100%;
    border: none;
}


