body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Fira Code", monospace;
  background-color: #f5f5f5;
}

main {
  position: relative;
  z-index: 1;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.footer p {
  color: black;
}

/* .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  z-index: 1;
  opacity: 0;
} */

.loading {
  position: fixed;
  z-index: 0;
}
