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

body {
  width: 100%;
  overflow-x: hidden;
  background-color: black;
}

#header {
  height: 100vh;
  width: 100%;
  background-color: black;
  position: relative;
}
#header video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}/*# sourceMappingURL=main.css.map */