html,body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #f4f4f4;
    min-height: 100vh;
}
#vid {
  width: 500px;
  max-width: 100vw;
}
#viddiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #e6e4ea;
  position: relative;
  flex-direction: column;
}
#button {
  position: absolute;
  width: 130px;
  height: 130px;
  cursor: pointer;
  border-radius: 65px;
  background: #0003;
}

#codesend {
  text-align: center;
  overflow: visible;
  height: 0;
  display: none;
}

#mailbutton {
  border: solid 2px black;
  border-radius: 5px;
  padding: 3px;
  font-size: 30px;
  cursor: pointer;
}

#header {
  text-align: center;
  overflow: visible;
  height: 0;
  position: relative;
  top: -450px;
  color: #2a3443;
  display: none;
}

#headerspan {
  font-size: 30px;
}