body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn__sha-0005 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2bc78a;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: none;
  display: inline-block;
  position: relative;
  box-shadow: 0 7px #2a3239;
}

.btn__sha-0005:hover {
  box-shadow: none;
  transform: translate(0, 7px);
}

.sha-0005__label {
  padding: 30px 50px;
  position: relative;
}
