a {
  border: none;
}

* {
  outline: none;
}

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

*:before, *:after {
  /*box-sizing: inherit;*/
}

#wp {
  position: fixed;
  z-index: 100;
  height: 48px;
  width: 48px;
  right: 25px;
  bottom: 200px;
  border-radius: 60px;
  /*background-color: rgb(23,23,23);*/
  font-size: 32px;
  text-align: center;
  box-shadow: 2px 2px 3px #121212;
  color: #FFF;
}

#wp:hover {
  color: #2cff7b;
  text-decoration: none;
}

