@import url("https://fonts.cdnfonts.com/css/geosanslight");

body {
  font-family: "GeosansLight", sans-serif;
}

.body {
  overflow-x: hidden !important;
}

.scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 18px;
  padding: 10px 15px;
  border: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  border-radius: 100%;
  width: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.scrollTopBtn:hover {
  background-color: #000;
}

p {
  font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: .1rem;
  text-transform: uppercase;
}

span {
  letter-spacing: .1rem;
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden !important;
  }
  .has-pageLogin {
    background-image: none !important;
    margin-top: 20% !important;
  }
  @media(max-width: 760px) {
    h1 {
      font-size: 25px !important;
    }
  }
}