@font-face {
  font-family: "Candara";
  src: url("/assets/fonts/candara.ttf") format("truetype");
}
* {
  margin: 0;
}
#overlay {
  z-index: 2;
  color: #ddd;
  background: #000;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Candara", sans-serif;
  flex-direction: column;
}
.box {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 15px;
  margin: 10px 0px;
  width: fit-content;
  height: fit-content;
}
.center {
  text-align: center;
}
.tubals {
  z-index: 1;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
video#video {
  height: 100%;
  width: 100%;

  object-fit: cover;
}

video#video::-webkit-media-controls-enclosure {
  display: none !important;
}
