* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}
.grecaptcha-badge{
  z-index: 10;
}

#wp {
  position: fixed;
  z-index: 100;
  height: 64px;
  width: 64px;
  right: 7px;
  bottom: 90px;
  border-radius: 50px;
  background-color: rgb(38,231,7);
  font-size: 30px;
  text-align: center;
  /*box-shadow: 2px 2px 3px #999;*/
  color: #FFF;
}
#wp1 {
  position: fixed;
  z-index: 100;
  height: 60px;
  width: 60px;
  right: 20px;
  bottom: 170px;
  border-radius: 50px;
  /* background-color: rgb(38,231,7); */
  font-size: 30px;
  text-align: center;
  /*box-shadow: 2px 2px 3px #999;*/
  color: #FFF;
}
#wp:hover {
  /*color: rgb(72,90,255);*/
  /*text-decoration: none;*/
}

