@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");

body {
  font-family: Roboto;
  font-weight: 300;
  background: #010101;
  color: #eee;
  margin-top: 20vh;
}

.wrapper {
  margin: auto;
  width: clamp(400px, 90%, 900px);
}

.quote {
  opacity: 0;
  font-size: clamp(24px, 6vw, 45px);
  line-height: 1.4em;
}

.outer {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
}
