body { 
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  background: #00a0fe;
  color: #fff;
}
a:focus{
  text-decoration: none;
}
.landing-page-area{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  flex-direction: column;
  background: #00a0fe;
}
.landing-page-area img{
  width: 100%;
  max-width: 500px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(41%) saturate(0%) hue-rotate(82deg) brightness(110%) contrast(100%);
}
.landing-page-botom-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.landing-page-botom-link a{
  font-size: 16px;
  color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
}
.lp-botom-left-link , .lp-botom-right-link{
  display: flex;
  gap:50px;
}



@media only screen and (min-width: 576px) and (max-width: 991px) {

.landing-page-botom-link a{
    font-size: 14px;
}
  

}


@media only screen and (max-width: 575px) {

.landing-page-botom-link a{
    font-size: 12px;
}
.lp-botom-left-link, .lp-botom-right-link {
  gap: 30px;
}  




}
