* {
  font-family: "Euclid Circular B", sans-serif;
}

html,
body {
  background-color: "#18181b";
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: "100%";
  height: "100%";
}

h1 {
  font-size: 20px;
  color: "white";
}
