html, body {
  padding: 0;
  margin: 0;
  user-select: none;
  background: black;
}

.vr-toggle {
  position: fixed;
  top: 16px;
  left: 16px;
  background: #9900AA;
  color: #FFF;
  padding: 12px 16px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
}

input {
  display: none;
}
#button-container {
  margin-top: 100px;
  text-align: center;
}

#upload {
  background: #9900AA;
  border: 4px solid #9900AA;
  border-radius: 3px;
  cursor: pointer;
  width:30%;
  color: #FFF;
  height: 70px;
  font-size: 200%;
  text-align: center;
}
