html {
  height: 100dvh;
  background: url(./bg.png);
  background-size: min(500px, 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
  line-height: 1.5;
  margin: 0;
  padding: 2rem;
  max-inline-size: 350px;
  padding-block-end: 300px;
}

h1 {
  font: 900 clamp(36px, 10dvi, 60px)/1 system-ui;
  font-variation-settings: 
    "wght" 400,
    "wdth" 50;
}

a {
  color: inherit;
  text-underline-offset: 2px;
}