body,
html {
  background-color: #ffeefa;
  background: linear-gradient(#ffeefa, #f2a1cc);
  margin: 0;
  padding: 0;
  height: 100svh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#text {
  background: linear-gradient(rgba(60, 40, 60, 0.65), rgba(80, 40, 80, 0.25));
  border: min(1vh, 1vw) solid rgba(80, 40, 80, 0.25);
  padding: min(4vh, 4vw);
  transform: rotateX(55deg) rotateY(0deg) rotateZ(45deg);
  box-shadow: min(3vh, 3vw) min(3vh, 3vw) 0 rgba(0,0,0,0.125);
}

span {
  background-color: rgba(180, 255, 255, 0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: #fffeff;
  font-family: "IBM Plex Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(20vh, 20vw);
  user-select: none;
  -webkit-text-stroke: min(1vh, 1vw) rgba(255, 0, 255, 0.075);
  text-shadow:
    0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, 0.1),
    0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3),
    0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 min(5vh, 5vw) rgba(32, 8, 32, 0.5) inset;
}
