.heading {
  font-family: Causten;
  font-size: 30px;
  font-style: normal;
  font-weight: bolder;
  line-height: normal;
  background-color: "pink";
}

.socialmedia {
  height: 5vh;
  background-color: #d0c6f3;
}
.link {
  height: 5vh;
  background-color: #99f1d1;
}

.sociallogo {
  width: 2rem;
  height: 1.9rem;
  @media (max-width: 1700px) {
    width: 1.5rem;
    height: 1.4rem;
  }
  @media (max-width: 1500px) {
    width: 1.5rem;
    height: 1.4rem;
  }
  @media (max-width: 900px) {
    width: 2rem;
    height: 1.9rem;
  }
}

.select {
  background-color: "pink !important";
}
.ReactFlagsSelect-module_selectBtn__19wW7 {
  height: 48px;
  padding: 8.5px 12px 7.5px 0px !important;
  color: black !important;
}
