* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ff69b4;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: Arial Black, sans-serif;
  font-size: clamp(6rem, 22vw, 20rem);
  font-weight: 900;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
