body {
  height: 90vh;
  background-image: url("../media/nexstone_logo_BG.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #25484b;
  padding-top: 6vh;
}

h1,
h2,
p {
  color: #ffffff;
}

h1,
h2 {
  font-family: "Anuphan", sans-serif;
  text-align: center;
}

.main-content p {
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.contact-info {
  text-align: center;
}

#contact {
  text-align: center;
  margin-bottom: 1rem;
}

.address p {
  margin-top: 0 !important;
}

a {
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

.main-content {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  height: 90vh;
}

footer {
  margin: 0 1rem;
}

.NexStone-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.diabolo-design-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.NexStone-footer p {
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0vh;
    background-size: 20rem;
  }

  .main-content {
    height: 80vh;
  }

  h2 {
    font-size: 1rem;
  }

  .address p {
    margin: 0.5rem 0 0 0;
  }

  .NexStone-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .NexStone-copyright p {
    margin-bottom: 0;
  }

  .diabolo-design-copyright {
    margin-top: 0rem;
  }
}
