* {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.header {
  width: 100%;
  display: flex;
  justify-content: end;
  position: absolute;
  padding: 1rem 2rem;
  top: 0;
}

.footer {
  display: flex;
  justify-content: center;

  margin-top: auto;
  bottom: 0;
  width: 100%;
  padding: .5rem;
  color: rgb(75 85 99 / 50%);
}

.footer li {
  position: relative;
}

.footer li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  right: -0.5rem;
  bottom: 25%;
  background-color: rgb(75 85 99 / 50%);
}

.agreement {
  margin-bottom: 2rem;
}

.agreement p, .agreement a {
  font-size: 14px;
  margin-bottom: 0.25rem;
  line-height: 18px;
}

.agreement h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0.5rem;
}
