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

.tadafy__ico-0485 {
  color: #111;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ico-0485__wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ico-0485__ico-w {
  background-color: #abfc7d;
  border: 3px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.ico-0485__ico {
  width: 37px;
  position: relative;
}

.ico-0485__rotat {
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.ico-0485__ico-2-w {
  z-index: 5;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: absolute;
  top: 6%;
  right: 0;
}

.ico-0485__ico-2 {
  width: 9px;
  position: relative;
}

.ico-0485__label {
  padding-top: 10px;
  position: relative;
}

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


