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

.tadafy__out-0245 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.out-0245__frame-w {
  flex: none;
  position: absolute;
  inset: 0%;
}

.out-0245__frame--1 {
  border: 2px solid #00e66d;
  border-radius: 50%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0;
  transform: skew(-30deg);
  box-shadow: inset 0 0 20px #00e66d, 0 0 20px #00e66d;
}

.out-0245__frame--2 {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0;
  transform: skew(30deg);
  box-shadow: inset 0 0 20px #fff9, 0 0 20px #fff9;
}

.out-0245__label {
  text-shadow: 0 0 3px #fffc;
  padding: 45px 30px;
  position: relative;
}

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