<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #111827;
  width: 100vw;
  height: 100vh;
  font-family: "Montserrat", sans-serif;
}

.app {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app .text-container {
  position: relative;
  z-index: 1;
  margin: 1rem 0;
  text-align: center;
}
.app .text-container h1 {
  color: white;
  font-family: "Pridi";
  font-size: 5rem;
  margin-bottom: 1rem;
}
.app .text-container p {
  color: #6b7280;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin: 0.5rem 0;
}
.app .text-container a {
  color: #06b6d4;
}
.app .text-container a:hover {
  border-bottom: 0.2rem solid #06b6d4;
}

svg {
  background-color: #374151;
  width: 100%;
  overflow: visible;
}
svg &gt; path:nth-child(1) {
  fill: #4b5563;
  stroke: #1f2937;
}
svg &gt; path:nth-child(2) {
  fill: #111827;
}
svg &gt; path:nth-child(6) {
  fill: #1f2937;
}
svg text {
  fill: #6b7280;
  font-size: 660px;
  font-weight: 800;
  filter: drop-shadow(0 0 50px #1f2937);
}
svg &gt; path:nth-child(8) {
  fill: #111827;
}

.cactus path:nth-child(1) {
  fill: #0e7490;
}
.cactus path:nth-child(2) {
  fill: #155e75;
}
.cactus path:nth-child(3) {
  fill: black;
}</pre></body></html>