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

.btn__3d-0025 {
  perspective: 800px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  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.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._3d-0025__wrap {
  transform-origin: 50% 100%;
  background-color: #07ff34;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

._3d-0025__label {
  padding: 12px 45px;
  position: relative;
}

._3d-0025__bott {
  z-index: -1;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2a3239;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-0025__icon {
  filter: invert();
  width: 50px;
  position: relative;
  top: -2px;
}
