body {
  background: #00615b;
  color: white;
  font-family: "DM Sans";
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

a {
  color: #fff;
  text-align: center;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-decoration-line: underline;
}

p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.2px;
  max-width: 1024px;
  padding: 0px 10px;
}

.ibbi-logo {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.ibbi-logo img {
  max-width: min(420px, 100vw);
  object-fit: contain;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}

.badges img {
  width: min(260px, 100vw);
  object-fit: contain;
}

.nature-title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.36px;
}

.footer {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.attribution {
  align-self: flex-end;
  justify-self: end;
  margin: 10px;
}

.attribution p {
  margin: 2px;
  text-align: end;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
