* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow: scroll;
}

#vid1{
  border: 1px solid black;
  /* filter:  hue-rotate(190deg) contrast(1.75) saturate(2.5) ; */

  height: 90vh;
  left: 10px;
  position: absolute;
  scale: 1;
  top: 3vh;
  transition-duration: 2.6s;
  width: auto;
}


#divButton {
  background: lightblue;
  border-radius: 2vmin;
  height: 10vh;
  left: 60vw;
  padding: 5vmin;
  position: absolute;
  top: 3vh;
  width: 15vw;

}
