body {
  font-family: "Story Script", sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  background-color: rgb(192, 38, 192);
}
