  body {
  font-family: Arial, Helvetica, sans-serif;
}

 .frame {
  position: relative;
  width: 100%;
  max-width: 820px;
  height: auto;
  background: rgba(0, 0, 0, 0.95);
  border: 4px solid white;
  box-shadow: 0 0 0 20px #000000;
  margin: 0 auto;
  color: white;
  margin-top: 20vh;
  box-sizing: border-box;
  z-index: 10;
}

.frame::before {
  content: '';
  position: absolute;
  inset: -30px;
  border: 1px solid rgba(255,255,255,0.1);
  pointer-events: none;
  z-index: -1;
}

.asterisk {
  position: absolute;
  top: -16px;
  left: 22px;
  font-size: clamp(55px, 8vw, 78px);
  line-height: 1;
  color: white;
  background: #000;
  padding: 0 14px 6px 14px;
}

.content {
  padding: clamp(60px, 8vw, 90px) clamp(40px, 6vw, 70px);
}

.content h1 {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 4px;
}

.img-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}
