body {
  font-family: "Kanit", sans-serif;
  text-align: center;

  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;

  background-color: #100701;
  text-decoration: none;
  color: #f3f3f3;
}

p {
  color: #fdfdfd;
}

.logo img {
  width: 20%;
}

.photo {
  margin-top: 20px;
}

.photo img {
  width: 25%;
}

.photo #register {
  width: 25%;
}

.gamefootpc{
  margin-top: 50px;
}

.gamefootpc img {
  width: 4%;
}

.gamefootpc img:hover {
  transform: scale(1.3);
  box-shadow: 0 0 15px #0096fa, 0 0 5px #0096fa, 0 0 5px #0096fa,
    0 0 5px #0096fa;
  border-radius: 60px;
}

#ads {
  margin-top: 15px;
}

#ads img {
  width: 30%;
  margin-top: 5px;
}



@media screen and (max-width: 600px) {
  .photo img {
    width: 95%;
  }

  .photo #register {
    width: 100%;
  }
  .logo img {
    width: 50%;
  }

  .gamefootpc img {
    width: 14%;
  }
  

  #ads img {
    width: 100%;
    margin-top: 5px;
  }

}

@media screen and (max-width: 600px) {}

@keyframes button {
  0% {}

  100% {
    box-shadow: 0 0 15px #ff4400, 0 0 5px #ff4400, 0 0 5px #ff4400,
      0 0 5px #ff4400;
  }
}

.image-container {
  width: 100%; /* ปรับขนาดตามต้องการ */
  height: 100%; /* ปรับขนาดตามต้องการ */
  overflow: hidden; /* ป้องกันไม่ให้ภาพที่เบลอหลุดออกมานอกขอบ */
  position: relative;
}

.contact {
width: 100px;
margin-top: 200px;
margin-bottom: 10px;
display: block;
text-align: start;
color: #433962;
text-decoration: none;
}
.contact:hover {
color: #1e2241;
}

@media (max-width: 1024px) {
/* Hide on screens 1024px and below (tablets and phones) */
.contact {
    display: none;
}
}


.blur-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ปรับภาพให้เต็มพื้นที่โดยไม่เสียอัตราส่วน */
  /* filter: blur(15px); */ /* ปรับค่าความเบลอได้ตามต้องการ เช่น 5px, 10px เป็นต้น */
}