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

.btn__3d-0080 {
  perspective: 800px;
  color: #ff4848;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._3d-0080__bott {
  color: #fff;
  background-color: #ff4848;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

._3d-0080__front {
  background-color: #ffd3d3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._3d-0080__label {
  padding: 20px 30px;
  position: relative;
}
