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

.tadafy__und-0625 {
  color: #fffc;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.und-0625__line {
  border-bottom: 1px solid #01f59d;
  position: absolute;
  inset: 1px 0 0;
}

.und-0625__label {
  padding-bottom: 17px;
  position: relative;
}

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