
/* CSS */
.button-85 {
  padding: 0.5em 1em;
  border: none;
  outline: none;
  color:#fad008 !important;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top:-20px;
  float: right;
  font-size:20px;
}




.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #047a35;
  left: 0;
  top: 0;
  border-radius: 10px;
}