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

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

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

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

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

.out-0225__label {
  padding: 75px 50px;
  position: relative;
}

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