@font-face {
  font-family: "Ancient";
  src: url("../fonts/Ancient_Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  background: #000;
}

.page {
  width: 100vw;
  aspect-ratio: 1920 / 1080;
  background: #000;
  position: relative;
  overflow: auto;
  padding-bottom: 48px;
}

.title {
  width: 27.47%;
  color: #fff;
  position: absolute;
  top: 4%;
  left: 35.09%;
  font-family: 'Ancient', serif;
  font-weight: normal;
  font-size: 4.17vw;
  text-align: left;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.title:hover {
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}

.byi {
  width: 39%;
  color: #ff0000;
  position: absolute;
  top: 27%;
  left: 32%;
  font-family: 'Ancient', serif;
  font-weight: normal;
  font-size: 1.3vw;
  text-align: left;
  white-space: nowrap;
}

.dni {
  width: 39.06%;
  color: #ff0000;
  position: absolute;
  top: 29%;
  left: 32%;
  font-family: 'Ancient', serif;
  font-weight: normal;
  font-size: 1.3vw;
  text-align: left;
  white-space: nowrap;
}

.links {
  width: 63.93%;
  color: #fff;
  position: absolute;
  top: 12%;
  left: 35%;
  font-family: 'Ancient', serif;
  font-weight: normal;
  font-size: 1.63vw;
  text-align: left;
  line-height: 1.3;
}

.links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.links a:hover {
  color: #fff;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}

.stamp-row-top {
  position: absolute;
  top: 34%;
  left: 32%;
  display: flex;
  gap: 1%;
}

.stamp-row-top div {
  width: 9vw;
  height: 5vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stamp-t1 { background-image: url('../images/sematary_stamp_1.png'); }
.stamp-t2 { background-image: url('../images/sematary_stamp_2.png'); }
.stamp-t3 { background-image: url('../images/Sematary_Stamp_3.png'); }
.stamp-t4 { background-image: url('../images/Sematary_Stamp_4.png'); }

.main-image {
  width: 40%;
  height: 40%;
  background: url('../images/sematary-haunted-mound.gif') center / cover no-repeat;
  position: absolute;
  top: 43.13%;
  left: 31.38%;
}

.stamp-row-bottom {
  position: absolute;
  top: 83%;
  left: 32.68%;
  display: flex;
  gap: 1%;
}

.stamp-row-bottom div {
  width: 9.31vw;
  height: 5.6vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stamp-b1 { background-image: url('../images/Sematary_Stamp_5.png'); }
.stamp-b2 { background-image: url('../images/Sematary_Stamp_6.png'); }
.stamp-b3 { background-image: url('../images/Sematary_Stamp_7.png'); }
.stamp-b4 { background-image: url('../images/Sematary_Stamp_8.png'); }

.footer-note {
  width: 52.15%;
  color: #fff;
  position: absolute;
  top: 93%;
  left: 26%;
  font-family: 'Ancient', serif;
  font-weight: normal;
  font-size: 1.56vw;
  text-align: left;
  white-space: nowrap;
}

.about-text {
  color: #fff;
  position: absolute;
  top: 15.63%;
  left: 50%;
  transform: translateX(-50%);
  width: 50.13%;
  font-family: 'Ancient', serif;
  font-size: 1.82vw;
  line-height: 1.6;
  text-align: left;
}

.back-link {
  color: #ffffff;
  position: absolute;
  top: 5.21%;
  left: 3.26%;
  font-family: 'Ancient', serif;
  font-size: 1.43vw;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-img {
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 29.3%;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}