.sticker {
  height: 1em;
}

.lobster-400, h1 {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-300, h4, h3, h2 {
  font-family: "Lobster", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

body {
  margin-inline: min(10rem, 5vw);
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

h1 {
  font-size: 12rem;
  text-align: center;
  margin-inline: auto;
}

h2 {
  font-size: 10rem;
  text-align: center;
  margin-inline: auto;
}

h3 {
  font-size: 8rem;
  text-align: center;
  margin-inline: auto;
}

h4 {
  font-size: 3rem;
  text-align: center;
  margin-inline: auto;
}

.text {
  font-size: 2rem;
}
.text .sticker {
  height: 3em;
}

.images {
  display: flex;
  gap: min(4rem, 5vw);
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 600px) {
  .images {
    flex-direction: column;
  }
}
.images > div {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .images > div {
    flex-grow: 1;
  }
}
.images > div > img {
  margin-block: auto;
  width: 100%;
  height: auto;
}

.video {
  display: flex;
  height: 70vh;
}
.video > video {
  margin-inline: auto;
  width: 100%;
  height: auto;
}

.fin > p {
  width: 100%;
  font-family: monospace;
  text-align: right;
}

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