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

.tadafy__ico-0505 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2d3033;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ico-0505__label {
  padding: 10px 55px;
  position: relative;
}

.ico-0505__ico-w {
  z-index: 5;
  background-color: #04d924;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 3px;
  box-shadow: 0 0 15px #00000059;
}

.ico-0505__ico {
  width: 31px;
  position: relative;
}

@media screen and (max-width: 240px) {
  .tadafy__ico-0505 {
    transform: scale(.7);
  }
}


