@keyframes bgglow {
    0% {
        background-color: #F60;
    }

    50% {
        background-color: #FF0;
    }

    100% {
        background-color: #F60;
    }
}

.jukebox {
    text-align: center;
    color: #F00;
    max-width: 250px;
    margin: auto;
}

.jukehead {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    height: 100px;
    background: url(https://file.garden/ZRWQAzccGFWyKufI/NEOCITIES/casino/crisscross.png), linear-gradient(#404, #F00);
    background-size: 20% auto;
}



marquee {
    color: #F00;
    background-color: #FF0;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    border-top: #F00 4px solid;
    border-bottom: #F00 4px solid;
    margin: 10px 0;
    -webkit-animation: bgglow 5s ease-in-out infinite;
    -moz-animation: bgglow 5s ease-in-out infinite;
    -o-animation: bgglow 5s ease-in-out infinite;
    animation: bgglow 5s ease-in-out infinite;
}

#pauseplay {
    margin: 0px 20px;
}