body {
  font-family: "Kanit", sans-serif;
  text-align: center;

  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;

  background-color: #020335;
  text-decoration: none;
  color: #f3f3f3;
}

p {
  color: #fdfdfd;
}
.logo  {
  margin-top: 0px;
}

.logo img{
  width: 20%;
}

.photo {
  margin-top: 20px;
}

.photo img {
  width: 20%;
  margin-top: 10px;
}

/* .photo #register {
  width: 20%;
} */

.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: 25%;
  margin-top: 5px;
}

@media screen and (max-width: 600px) {
  .photo img {
    width: 80%;
  }
  .logo  {
    margin-top: 50px;
  }

  .logo img {
    width: 50%;
  }

  .photo #register {
    width: 70%;
  }
  .gamefootpc img {
    width: 15%;
  }
  #ads img {
    width: 70%;
    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;
  }
}