html,
body {
  padding: 0;
  margin: 0;
  background: #000;
  font-family: "Unica One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section img:first-child {
  filter: blur(30px);
}
section .title {
  padding: 5dvmax;
  text-align: center;
  color: white;
  font-size: 10vw;
  font-weight: bold;
  z-index: 2;
  filter: drop-shadow(0 0 5px #000);
}/*# sourceMappingURL=style.css.map */