body {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-size: 16px;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  min-height: fit-content;
  margin: 0;
  padding: 0;
}
footer {
  width: 100%;
  min-height: 200px;
  height: auto;
}
main {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.upper-footer {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.dark body {
  background-color: #222222;
}
