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

body {
  font-family: Roboto, sans-serif;
  background: #010101;
  color: #eee;
  display: flex;
  justify-content: center;
}

.wrapper {
  margin-top: 20vh;
  width: clamp(400px, 85%, 900px);
}

h2 {
  margin: 0;
  font-weight: 300;
  font-size: clamp(18px, 6vw, 35px);
  line-height: 1.4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
}
