body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#background {
  background-image: url(FunkyThrills-BG.jpeg);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  z-index: -1;
}

#fixedTopRight {
  position:absolute; 
  top:10px; 
  right:10px; 
  width:230px; 
  z-index:10; 
  color:#333; 
  padding:20px;
}

#fixedBottomRight {
  position:absolute; 
  bottom:10px; 
  right:10px; 
  width:230px; 
  z-index:10; 
  color:#333; 
  padding:20px;
}
#scroller {
  position:absolute; 
  width:100%; 
  height:100%; 
  top:0; 
  left:0; 
  overflow:auto; 
  z-index:2;
} 

#content {
  padding:20px 20px 20px 200px;
}

h1 {
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.314);
  padding: 10px;
}
