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;
}

.photo{
  margin-top: 20px;
}

.photo img{
  width: 35%;
}

.photo #register{
  width: 40%;
}

#ads{
  margin-top: 15px;
}
#ads img{
  width: 25%;
  margin-top: 5px;
}

@media screen and (max-width: 600px) {
  .photo img{
    width:95%;
  }
  
  .photo #register{
    width: 100%;
  }

  #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;
  }
}