body {
  font-family: 'Lexend Deca', 'inter', arial, sans-serif;
  width: 100%;
}

a {
  color: #ff5c35;
}

.header {
  background-color: #192732;
  padding: 70px 0 0 0;
  height: 670px;
  /* margin: 0 0 130px 0; */
}

.top-area {
  padding: 0 0 0px 0;
  margin: 50px 0 -30px 0;
}

#sust-logo {
  height: 32px;

  /* margin: 0 10px 0 0; */
}

#hs-logo {
  margin: 0px 40px 0 0;
  height: 37px;
}

.title {
  margin: auto 0 auto 90px;
  font-size: 20px;
  color: #95b7c5;
  width: 620px;
  display: flex;
  line-height: 1em;
  justify-content: start;
}

.logo-container {
  margin: 0 0 0 0;
  align-items: flex-end;
}

.x-text {
  color: white;
  font-size: 30px;
  line-height: 1.1em;
}

.main-text {
  width: 840px;
  padding: 80px 0 0 90px;
  line-height: 1.1em;
  color: white;
  font-size: 72px;
  font-weight: bold;
}

.main-sub-text {
  margin: 30px 0 0 0px;
  font-size: 32px;
  color: white;
  line-height: 1.3em;
}

.circle-container {
  /* margin: 0 0 0 120px; */
  position: relative;
  text-align: center;
  background-color: #ff5c35;
  width: 445px;
  height: 445px;
  border-radius: 100%;
}

.cloud-container {
  padding: 50px 0 0 0;
}

.tonnes-value {
  color: white;
  font-size: 140px;
  font-weight: bold;
  line-height: 1em;
}

.tonnes-text {
  color: #192732;
  font-size: 40px;
}

.last-year-container {
  margin: 260px 0 0 0;
}

.last-year-title {
  color: white;
  font-weight: bold;
  font-size: 32px;
}

.last-year-subtitle {
  color: #ffcc78;
  font-weight: bold;
  font-size: 32px;
}

/* ///////////////////////////////////////// */

.complete-area {
  background-color: #ffcc78;
  margin: 0 0 -120px 0;
  /* height: 200px; */
}

.complete-title {
  margin: 0px 0 0 90px;
  padding: 50px 0 0 0;
  color: #2e475c;
  font-size: 48px;
  font-weight: bold;
}

#people {
  width: 485px;
}

.submit-container {
  width: 670px;
  margin: 30px 0 0 0;
}

#submit-perc {
  margin: 0 10px 0 0;
  color: #2e475c;
  font-size: 84px;
  font-weight: bold;
  line-height: 1em;
}

#submit-text {
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 1em;
}

.submit-circle-container {
  width: 800px;
  margin: 20px 0 0 0;
}

.circle {
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  border-radius: 100%;
  background-color: #ff5c35;
}

/* ///////////////////////////////////////// */

.world-area {
  margin: 60px 0 0 0;
  padding: 0 0 60px 0;
  background-color: #f6f9fb;
}

.world-title {
  margin: 0px 0 0 90px;
  padding: 80px 0 0 0;
  color: #2e475c;
  font-size: 48px;
  font-weight: bold;
}

.map-container {
  position: relative;
  margin: 20px 0 0 270px;
}

.map-overlay {
  width: 225px;
  line-height: 2.5em;
}

.map-perc {
  color: #2e475c;
  font-size: 64px;
  font-weight: bold;
}

.map-text {
  color: #2e475c;
  font-size: 32px;
  font-weight: bold;
}

.americas-text {
  position: absolute;
  top: 260px;
  left: 10px;
}

.europe-text {
  position: absolute;
  top: 0px;
  left: 600px;
}

.australasia-text {
  position: absolute;
  top: 240px;
  left: 1050px;
}

/* ///////////////////////////////////////// */

.chart-title {
  margin: 0px 0 0 90px;
  padding: 50px 0 0 0;
  color: #2e475c;
  font-size: 48px;
  font-weight: bold;
}

.chart-container {
  display: flex;
  margin: 40px 120px 60px 120px;
  justify-content: space-between;
  align-items: flex-end;
  /* height: 300px; */
  padding: 20px;
}

.bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.full-bar {
  width: 90px;
  height: 250px;
  position: relative;
  background-color: #ebeff7;
}

.bar-label {
  width: 160px;
  /* height: 100px; */
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
}

.bar-value {
  position: absolute;
  top: 10px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
}

/* ///////////////////////////////////////// */

.share-area {
  margin: 100px 80px 100px 80px;
  background-color: #002c3e;
}

.share-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.share-inner {
  display: flex;
  align-items: flex-end;
}

.share-inner > div {
  flex: 1; /*grow*/
}

.share-title-container {
  margin: 0 40px 0 0;
}

.share-title {
  color: white;
  font-size: 48px;
  margin: 20px 0 0 0;
  line-height: 0.7em;
  /* max-width: 500px; */
}

.email-container {
  margin: 0 20px 0 0;
}

.email-title {
  min-width: 550px;
  color: white;
  font-size: 24px;
}

.email-input {
  width: 100%;
  height: 45px;
  font-style: italic;
  font-size: 16px;
}

.share-button {
  width: 160px;
  height: 45px;
  font-size: 17px;
  border: none;
  border-radius: 5px;
  color: white;
  background-color: #54c6cc;
  margin: 0px 0 0 0px;
}

/* ///////////////////////////////////////// */

.footer {
  background-color: #2e475c;
  margin: 20px 80px 20px 80px;
  padding: 30px 80px 0 80px;
  display: flex;
}

.footer-text-container {
  width: 600px;
  margin: 40px 0 0 30px;
}

.footer-title {
  color: white;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

.footer-subtitle {
  color: white;
  font-size: 32px;
}
