<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body {
  font-family: "Nunito Sans", sans-serif;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cv_raineffect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#letter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  mix-blend-mode: overlay;
}
#letter div {
  display: inline-block;
  text-aligh: center;
}
#letter p {
  display: block;
  margin: auto;
  text-align: center;
  font-size: min(7.8vw, 22vh);
}
#letter p.bold {
  font-weight: bold;
  font-size: min(22vw, 35vh);
}</pre></body></html>