@import url(./public/fonts/PPNeueMontrealMono-Medium.otf)

html {
  /* height: 80%; */
}

@font-face {
  font-family: "Montreal"
}

body {
  background: black;
}

/* .video-contain { */
/*     position: absolute; */
/*     top: -50%; */
/*     left: -50%; */
/*     width: 200%; */
/*     height: 200%; */
/* } */
/**/
/* video { */
/*     position: absolute; */
/*     top: 0; */
/*     bottom: 0; */
/*     right: 0; */
/*     left: 0; */
/*     margin: auto; */
/*     min-height: 50%; */
/*     min-width: 50%; */
/* } */

h1 {
  font-family: "PP Neue Montreal Mono Medium", sans-serif;
  /* font-family: sans-serif; */
  text-align: center;
  color: #0020DF;
  /* color: white; */
}

video {
    position: fixed;
    right: 0;
    /* top: 0; */
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    transform: translate(calc((100% - 100vw) / 2), calc((100% - 100vh) / 2))
    /* transform: translateX(calc((100% - 100vw) / 2)); */
    /* transform: translateY(-calc((100% - 100vh) / 2)); */
}

div {
  margin: auto;
  width: fit-content;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.container { 
  display: inline-block;
  width: 100%;
}

