body {
  margin: 0;
}
body .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: 100vh;
}
body .main .body {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
body .main .body .welcomeContainer {
  padding: 0 16px;
}
body .main .body .welcomeContainer h3 {
  margin: 0 0 16px;
  color: #000000;
  font-family: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
body .main .body .dashContainer {
  width: 100%;
  display: flex;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F1F4F5;
  width: 100%;
  justify-content: center;
}
.header .headerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  padding: 24px;
}
.header .headerContainer .headerContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.header .headerContainer .headerContent h1 {
  margin: 0;
  text-align: center;
  color: #000000;
  font-family: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
.header .headerContainer .headerContent p {
  margin: 0;
  text-align: center;
  color: #000000;
  font-family: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
.header .headerContainer .headerContent span {
  margin: 0;
  text-align: center;
  color: #000000;
  font-family: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-style: italic;
}

.footer {
  display: flex;
  flex-direction: row;
  background-color: #F1F4F5;
  width: 100%;
  justify-content: center;
}
.footer .footerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  padding: 24px;
}
.footer .footerContainer .footerContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 16px;
}
.footer .footerContainer .footerContent span {
  font-family: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
.footer .footerContainer .footerContent span a {
  text-decoration: none;
  color: black;
}
.footer .footerContainer .footerContent span a:hover {
  color: rgb(208, 37, 54);
}

/*# sourceMappingURL=build.css.map */
