/** Shopify CDN: Minification failed

Line 38:0 Unexpected "}"

**/
main {
  overflow: hidden;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--vh, 1vh) * 100);

  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.typing-container {
  font-size: 7rem;
  font-weight: bold;
  color: #fffaee;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: center;
}

  .typing-container {
    font-size: 4rem;
  }
}