.heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.langing_image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: auto;
  scroll-behavior: smooth;
}

.forms_link {
  display: flex;
  align-items: center;
  justify-content: center;
}