@font-face{
  font-display:swap;
  font-family:Joystix;
  font-style:normal;
  font-weight:normal;
  src: local(""),
    url(../fonts/joystix.woff2) format("woff2"),
    url(../fonts/joystix.woff) format("woff");
}

@font-face{
  font-display:swap;
  font-family:VHS;
  font-style:normal;
  font-weight: normal;
  src: local(""),
    url(../fonts/vhs.woff2) format("woff2"),
    url(../fonts/vhs.woff) format("woff");
}

* {
  box-sizing: border-box;
}
::selection{ 
  background: rgba(76,156,255,.25)
}
.visually-hidden{border:0;clip:rect(0 0 0 0);height:0;margin:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}
body {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
  width: 100vw;
}

p {
  width: 100%;
  display: block;
}
main {
  background: #000;
  box-shadow: .5rem .5rem 0 #000, -.25rem -.25rem 0 #000, -.25rem .5rem 0 #000, .5rem -.25rem 0 #000;
}
main::after {
  background: #003ace;
  bottom: -1.51rem;
  content: "";
  display: block;
  left: 1.51rem;
  mix-blend-mode: darken;
  position: absolute;
  right: -1.51rem;
  top: 1.51rem;
  z-index: -1;
}
.wrapper {
  background: #000;
  border: ;
}

.wrapper::before,
.wrapper::after {
  border: solid #fcbdef;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
  content: "";
  position: absolute;
      pointer-events:none;

}
.wrapper::before {
  border-width: .5rem 0;
  bottom: 0;
  left: .25rem;
  right: .25rem;
  top: 0;
}
.wrapper::after {
  border-width: .5rem 0;
  bottom: 0;
  left: .25rem;
  right: .25rem;
  top: 0;
}

.screen {
  box-shadow: inset 0 0 10em rgba(0,0,0,0.85);
  background: url(../images/mm2-bg.gif) 0 0 repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Joystix,sans-serif;
  line-height: 1.4;
}
.container {
  flex-grow: 2;
}

main {
  display: flex;
  flex: auto;
  flex-grow: 1;
  flex-grow: 0;
  margin: auto;
  max-width: 64rem;
  position: relative;
  width: 90vw;
}

.wrapper {
  width: 100%;
}
.wrapper::before {
  border-width: .5rem 0;
  bottom: 0;
  left: .25rem;
  right: .25rem;
  top: 0;
}
.wrapper::after {
  border-width: 0 .5rem;
  bottom: .25rem;
  left: 0;
  right: 0;
  top: .25rem;
}

.body {
  padding-inline: clamp( 2rem, 6vw, 4rem);
  font-size: clamp( 1rem, 3vw, 2rem);
  display: block;
  width: 100%;
  padding-block: 1.65rem 1.2rem;
}
.hed {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  margin-left: -.8em;
}
.hed::before,
.hed::after {
  content: "-";
}