@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

body {
  font-family: sans-serif;
  background-color: #1a1a1a;
  color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

h1 {
  background: linear-gradient(to right, #fff, #eee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'DM Serif Text', serif;
  font-size: 12rem;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h2 {
  background: linear-gradient(to right, #fff, #eee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'DM Serif Text', serif;
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 0;
}

h3 {
  background: linear-gradient(to right, #fff, #eee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

p {
  background: linear-gradient(to right, #fff, #eee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
