/* about.css */

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #e8fcfc;
    overflow-x: hidden;
  overflow-y: auto;
}


.about_background {
  width: 100vw;
  height: auto;
}

.about_background img {
  width: 100vw;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}


