body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Signika", sans-serif;
}
body {
  height: 100vh;
  width: 100vw;
  background-color: #000;

  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.8rem;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  height: 100%;
  display: flex;
}
video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /* z-index: -100; */
  /* background: url('/assets/images/polina.jpg') no-repeat;
    background-size: cover; */
}
