body {
  height: auto;
  margin: 0;
  padding: 0;
}

#container2 {
  position: fixed;
  touch-action: none;
  width: 100%;
  
  z-index: 1;
}

#container3 {
  position: relative;
  touch-action: none;
  
  z-index: 1;
}
#headerlogo {
  
  position: absolute;
  z-index: 3;
  margin: auto;
  justify-content: center;
  width: 100%;
    
  
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#logo {
  
  position: absolute;
  z-index: 2;
  margin: auto;
  justify-content: center;
  width: 100%;
    
  
}