body{
    background-image: url('img/bb80313422ae9bfc98f01d044cc6fda7.jpg');
    background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.funzone{
    
        font-family: 'Neon Font', sans-serif; 
        font-size: 5em;
        color: #fff;
        text-shadow: 
          0 0 10px #0f0, 
          0 0 20px #0f0,
          0 0 30px #0f0,
          0 0 40px #0f0,
          0 0 70px #0f0,
          0 0 80px #0f0,
          0 0 100px #0f0,
          0 0 150px #0f0;
        animation: flicker 1.5s infinite alternate; 
        text-align: center;
      }
      
      @keyframes flicker {
        0%, 18%, 22%, 25%, 53%, 57%, 100% {
          text-shadow: 
            0 0 10px #0f0,
            0 0 20px #0f0,
            0 0 30px #0f0,
            0 0 40px #0f0,
            0 0 70px #0f0,
            0 0 80px #0f0,
            0 0 100px #0f0,
            0 0 150px #0f0;
          opacity: 1;
        }
        20%, 24%, 55% {
          text-shadow: none;
          opacity: 0.7;
        }
    
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yt{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    color: #0f0;
    position: absolute;
    text-shadow: 0px 3px 1px black;
    top: 25em;
}

.wiiu{
    width: 800px;
    /* z-index: 2; */
}

iframe{
    position: absolute;
    z-index: 1;
    left: 33em;
    top: 16em;
}

.current{
    color: pink;
}

.playing{
    color: #E4000F;
}

.prog{
    text-align: right;
    color: #0f0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
    margin-top: 3em;
    
}

.galaxy{
    width: 300px;
    margin-left: 9em;
}

.container2{
    display: flex;
    flex-direction: row;
}

.stars{ 
    width: 700px;
    height: 200px;
    border-radius: 3em;
    margin-left: 4em;
    margin-top: 2em;
}

.back2shelf{
    height: 110px;
    width: 110px;
    margin-left: 0px;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
}

.back2shelfA{
    height: 50px;
    width: 50px;
    margin-left: 5em;
    margin-bottom: 10px;
    margin-top: 75px;
    position: absolute;
}