body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

.main {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main h1 {
  font-size: 60px;
  background: linear-gradient(to right, #f32170, #ff6b08);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.main p {
  font-size: 20px;
}
