* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tonconnect {
  width: 100vw;
  height: 50px;
}

.tonconnect_pos {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ton_connect_button {
  margin-right: 10px;
  margin-top: 10px;
}

.donat {
  margin-bottom: 30px;
  margin-top: 30px;
}

.donat_pos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_name_domain {
  font-size: 32px;
  color: white;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgb(162, 0, 255), 0 0 20px rgb(0, 204, 255), 0 0 25px rgb(255, 0, 247), 0 0 30px rgb(0, 204, 255);
  animation: text-shadow-drop-left 0.6s both;
}

.pay_button {
  transition: transform 0.3s;
  animation: pulsate-bck 1.5s ease-in-out infinite both;
}

.pay_button:hover {
  transform: scale(1.2);
  animation: none;
}

.btn {
  width: 160px;
  height: 40px;
  background-color: rgb(113, 203, 255);
  color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.tg_img {
  width: 200px;
  border-radius: 25px;
}

.tg_link:hover .btn {
  transform: scale(1.2);
}

.tg_link:active .btn {
  transform: scale(1.2);
  background-color: greenyellow;
  color: black;
}

.tg_link:focus .btn {
  transform: scale(1.2);
  background-color: greenyellow;
  color: black;
}/*# sourceMappingURL=style.css.map */