#contained {
  background-image: url('https://glacialis.neocities.org/IMG_3413.png');
  background-size: cover;
  background-color: #fff;
  width: 100%; 
  padding-bottom: 2em;
  }
  
#header {
  width: 100%; 
  height: 750px;
}

#glacial {
  width:100%; 
  height:100%; 
  scrollbar-width: none;
}

#one {
  height: 750px;
  padding: 0.5em;
  border: 1px solid #000;
}

#two {
  height: 750px; 
  overflow: auto; 
  padding: 0.5em;
  border: 1px solid #000;
}

#three {
  height: 750px;
  padding: 0.5em;
  border: 1px solid #000;
}

::-webkit-scrollbar {
display: none;
}