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

.tadafy__ico-0630 {
  color: #00d5ff;
  text-align: center;
  text-transform: lowercase;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ico-0630__ico-w {
  background-color: #00d4ff;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  height: 100%;
  padding-right: 15px;
  display: flex;
  position: absolute;
  right: 1px;
  transform: translate(50px);
}

.ico-0630__arrow--line {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 98%;
  height: 2px;
  display: flex;
}

.ico-0630__arrow {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}

.ico-0630__label {
  background-color: #000;
  border-radius: 50px;
  padding: 8px 20px;
  position: relative;
}

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


