::-webkit-scrollbar-thumb:vertical {
  background-color: #7fa29a;
  height: auto;
}

::-webkit-scrollbar {
  height: 10px;
  width: 0;
  background-color: #ffffff;
}

html, body {
  width: 100vw;
  height: 100vh;
  background-color: #111111;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

body {
  max-width: 100vw;
  max-height: 100vh;
  position: absolute;
  background: #111111;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

#main {
  height: 100%;
  top: 0;
  background: #111111;
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
  left: 0;
  transition: all 0.9s;
  cursor: url('images/def.png'), auto;
}

#content {
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  position: absolute;
}

.vol {
 width: 150px;
 padding: 1px;
}