body {
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53148/90spattern.jpg');
    overflow-x: hidden;
    height: 4000px;
  }
  
  .text {
    position: fixed;
    width: 460px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -230px;
  }
  
  span {
    display: inline-block;
    position: relative;
    font: 'Arial Black', Arial;
    font-weight: bold;
    font-size: 80px;
  }
  
  .container {
    height: 4000px;
    overflow: hidden;
  }
  
  .boy {
    display: block;
    position: absolute;
  }
  
  .joey {
    background: url(../images/logo-01.png);
    width: 174px;
    height: 174px;
    background-repeat: no-repeat;
  }
  
  .donnie {
    background: url(../images/logo-02.png);
    width: 174px;
    height: 174px;
    background-repeat: no-repeat;
  }
  
  .jordan {
    background: url(../images/logo-03.png);
    width: 174px;
    height: 174px;
    background-repeat: no-repeat;
  }
  
  .danny {
    background: url(../images/logo-04.png);
    width: 174px;
    height: 174px;
    background-repeat: no-repeat;
  }
  
  .jonathan {
    background: url(../images/logo-05.png);
    width: 174px;
    height: 174px;
    background-repeat: no-repeat;
  }
  
  /* .brian {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/53148/brian.png);
    width: 260px;
    height: 352px;
  }
  
  .kevin {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/53148/kevin.png);
    width: 280px;
    height: 282px;
  }
  
  .howied {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/53148/howied.png);
    width: 250px;
    height: 330px;
  }
  
  .nick {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/53148/nick.png);
    width: 260px;
    height: 306px;
  }
  
  .aj {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/53148/aj.png);
    width: 199px;
    height: 254px;
  }
   */
  