footer {
  position: absolute;
  bottom: -100vh;
  text-align: center;
  left: 0px;
  right: 0px;
}

body {
  overflow-x: hidden;
  font-size: 2vmin;
}

.text {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 3vmin;
  width: 25vw;
  color: #3e5480;
}

a {
  color: #34838d;
}

.mini-heading {
  font-family: 'Poppins', sans-serif;
  color: #324467;
  font-weight: 550;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 4vmin;
}

.small-heading {
  font-family: 'Poppins', sans-serif;
  color: #324467;
  font-weight: 550;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 7vmin !important;
}

a {
  color: #34838d;
}

.heading {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 550;
  color: #324467;
  font-size: 10vmin;
}

.small {
  font-size: 1vmin !important;
}