html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #000000;
}

/* main {
  min-width: 650px;
  margin: 0 auto;
  border-radius: 3px;
} */

canvas {
  position: absolute;
  top: 0;s
  left: 0;
  z-index: 0;
}

.info {
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  font-size: 20px;
  opacity: 0.8;
  z-index: 3;
}

.info:hover {
  opacity: 1;
}

.title {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  top: 0;
  z-index: 1;
  right: 0;
  text-align: right;
  width: 1300px;
  padding: 10px 10px;
  font-size: 3em;
  color: #FFFFFF;
}

/* h1 {
  opacity: 1;
  font-family: 'Space Grotesk', sans-serif;
} */

.info a {
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
}

/* #play-button {
  height: 40px;
} */

#controls {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column wrap;
  font-size: 1.6em;
  flex-direction: column;
  height: 100vh;
}

.controls-text {
  position: absolute;
  font-family: 'Space Grotesk', sans-serif;
  top: 0;
  z-index: 1;
  right: 0;
  text-align: right;
  width: 1300px;
  padding: 120px 10px;
  font-size: 1.8em;
  color: #E9FF27;
}
.osc {
  /* flex-grow: 1; */
  padding: 170px 100px;
  /* border: 5px solid #222; */
  position: relative;
}

.fx {
  /* flex-grow: 1; */
  padding: 5px;
  padding-top: 30px;
  position: relative;
  /* background: #666; */
}

.slider-wrapper {
  position: relative;
}

/* .select-wrapper {
  display: flex;
  position: relative;
  margin-bottom: 3px;
} */

.osc h3 {
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Space Grotesk', sans-serif;
  padding: 120px 100px;
  font-size: 1,5em;
  color: #E9FF27;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0px;
  left: 0px;
}

label {
  color: white;
  opacity: 0.9;
  font-size: 0,6em;
  pointer-events: none;
}

.slider-wrapper label {
  position: absolute;
  top: 1px;
  left: 5px;
}

/* main {
  display: flex;
} */

/*  ===================================  */

/* .select-wrapper label {
  flex-grow: 1;
  text-align: right;
  padding-right: 5px;
  position: relative;
  top: 1px;
} */

.select-wrapper select {
  /* width: 100px; */
  padding: 2px 0px;
  padding-left: 5px;
  height: 19px;
  border-radius: 2px;
  /* box-shadow: 2px 2px 8px #999; */
  background: white;
  mix-blend-mode: overlay;
  color: #B2B2B2;
  padding-right: 21px;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: "Inter";
  font-size: 13px;
  text-transform: capitalize;
}
/* .select-wrapper {
  position: relative;
} */
/* .select-wrapper:after {
  content: ">";
  font-family: "Inter";
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  mix-blend-mode: multiply;

  transform: rotate(90deg);
  right: 3px;
  top: 1px;
  height: "100%";
  padding: 0;
  /* border-bottom: 1px solid #ddd; */
  position: absolute;
  pointer-events: none; */
}
/* .select-wrapper:before {
  content: "";
  right: 0;
  top: 0;
  width: 18px;
  height: 100%;
  mix-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  pointer-events: none;
  display: block;
} */
