.wip {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background-color: rgb(11, 11, 13);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  color: rgb(244, 244, 245);
  text-align: center;
}

.wip-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  max-width: 560px;
}

.wip-eyebrow {
  margin: 0px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(138, 138, 148);
}

.wip-gif {
  width: 260px;
  max-width: 70vw;
  height: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  display: block;
}

.wip-title {
  margin: 0px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

@media (max-width: 600px) {
  .wip-title {
  font-size: 30px;
  }
}

.wip-sub {
  margin: 0px;
  font-size: 17px;
  line-height: 1.55;
  color: rgb(161, 161, 170);
}

@media (max-width: 600px) {
  .wip-sub {
  font-size: 15px;
  }
}

html, body {
  background-color: rgb(11, 11, 13);
  min-height: 100%;
}