@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;

  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: 500;
  font-style: italic;
  color: #c5a880;
  background-color: #000;
}

a {
  text-decoration: none;
  color: #c5a880;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.background-container {
  width: 100%;
  height: 100%;
  background-image: url("image/background.webp");
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: -10;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Ensure the container takes full viewport height */
  text-align: center;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.text-content p {
  margin: 0;
  font-size: 30px;
  line-height: 60px;
}

@media (max-width: 790px) {
  .text-content p {
    font-size: calc(0.02646 * 100vw + 9.1066px);
    line-height: calc(0.05291 * 100vw + 18.2px);
  }
}

.footer-logo {
  position: absolute;
  bottom: 40px;
}

.footer-logo img {
  width: 100px;
  height: auto;
}

.admin_login {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
