@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');
body {
  background-color: black;
  color: white;
  font-family: "Comic Relief", system-ui;
  padding: 20px;
}