article {
  background: url('https://getwallpapers.com/wallpaper/full/b/4/b/1040308-beautiful-pastel-colors-wallpaper-1920x1080-images.jpg') no-repeat 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

h1 {
  font-size: 10vmin;
  line-height: 1.1;
}

body {
  background: url('https://cdn.discordapp.com/attachments/1138010850590986322/1138137194079473817/image.png');
  
  min-block-size: 100%;
  min-inline-size: 100%;
  box-sizing: border-box;
  display: grid;
  place-content: center;
  font-family: system-ui;
  font-size: min(200%, 5vmin);
}

h1, p, body {
  margin: 0;
}

p {
  font-family: "Dank Mono", ui-monospace, monospace;
}

html {
  block-size: 100%;
  inline-size: 100%;
}