* {
  margin: unset;
}

html {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 100%;
}

body {
  background: linear-gradient(140deg, oklch(0.9 0.1 90), oklch(0.95 0.07 95), oklch(0.9 0.12 96));
  display: grid;
  place-items: center;
  min-height: 100dvh;
}

h1 {
  color: oklch(0.5 0.05 171.29);
  font-size: 2.5rem;
}

p {
  color: red
}