body {
  margin: 0;
  height: 100vh;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
}
