@import url("https://fonts.googleapis.com/css2?family=Playwrite+MX:wght@100..400&display=swap");

body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: salmon;
  font-family: "Playwrite MX", cursive;
}
