body {
  background-color: black;
  color: crimson;
  font-family: "MS PGothic";
  src:url('https://k1hnr.neocities.org/simsun-regular.woff') format("truetype"); 
}

.wrapper {
  display: grid;
  grid-template-columns: none;
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  grid-auto-columns: minmax(100px, auto);
}

#a {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
#b {
  grid-column: 8;
  grid-row: 3;
}
#c {
  grid-column: 3;
  grid-row: 4;
}
#d {
  grid-column: 3;
  grid-row: 2;
}
#e {
  grid-column: 9;
  grid-row: 3;
}
#f {
  grid-column: 9;
  grid-row: 4;
}
#g {
  grid-column: 9 / 11;
  grid-row: 1 / 3;
}
#h {
  grid-column: 1;
  grid-row: 3;
}

#i {
  grid-column: 2;
  grid-row: 3;
}

#j {
  grid-column: 1/5;
  grid-row: 4/6;
}

#k {
  grid-column: 10;
  grid-row: 3;
}

#l {
  grid-column: 8;
  grid-row: 1;
}

#m {
  grid-column: 8;
  grid-row: 4/6;
}

#n {
  grid-column: 8;
  grid-row: 2;
}

#o {
  grid-column: 10;
  grid-row: 4 / 6;
}

#p {
  grid-column: 3 / 8;
  grid-row: 1;
}


.title {
  background: repeating-linear-gradient(0deg, #811329, #811329, 1px, black 1px, black 2px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SimSun";
  color: #cb6e80;
  src:url('https://k1hnr.neocities.org/simsun-regular.woff') format("truetype"); 
}

.titlehide {
color: black;
}

.scanlines {
  background: repeating-linear-gradient(0deg, crimson, crimson, 1px, black 1px, black 2px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ascii {
  background-color: black;
  color: #6c1224;
  font-family: "MS PGothic";
}

.asciiscanlines {
  background: repeating-linear-gradient(0deg, #6c1224, #9f132f, 1px, #581220 1px, #9f132f 2px);
  font-family: "MS PGothic";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.asciiscanlinesstrong {
  background: repeating-linear-gradient(0deg, #6c1224, #9f132f, 1px, black 1px, black 2px);
  font-family: "MS PGothic";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}