@import url("https://fonts.googleapis.com/css2?family=Seymour+One&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Seymour One", sans-serif;
}

body {
  background-image: url("img/7RxT.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
}

.mom {
  width: 100%;
  display: block;
  animation: scl 1.5s ease-in-out infinite;
}

@keyframes scl {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
h1 {
  color: white;
  font-size: 36px;
  text-shadow: -1px 2px black, 0 1px black, 0 -1px black;
  text-align: center;
  padding: 20px 0;
}

.video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

video {
  width: 100%;
}

/*# sourceMappingURL=css.css.map */
