@import "fonts.css";
@import "globals.css";
@import "index.css";
@import "footer.css";

main {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

#content-404 {
  text-align: center;
  padding: 4rem 2rem;
}

#content-404>h1 {
  border-bottom: 5px dotted red;
  width: fit-content;
  margin: 0 auto;
}

#content-404>p {
  margin-top: 0.5rem;
}
