@import url('https://fonts.googleapis.com/css2?family=Ewert&family=Sancreek&display=swap');

html, body {
  height: 100%;
  margin: 0;
}

body {
  color: lightpink;
  font-family: Georgia, serif;
}

h1 {
  font-family: "Sancreek", system-ui;
  color: pink;
}
