body {
  background-color: #050505;
  color: white;
  font-family: 'Ubuntu Mono';
  font-size: 16px;
}

.screen {
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  width: 100vw;
  min-width: 900px;
  max-width: 1024px;
  border: solid white;
  padding: 20px;
}



index-screen {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
  top: 80px;
  max-width: 1024px;
  height: 8000px;
  border: solid white;
  padding: 20px;
}
.index-outline {
  position: absolute;
  overflow-wrap: break-word;
  top: 200px;
  left: 5%;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  text-align: left;
  line-height: 1;
  max-width: 975px;
  height: 8000px;
  overflow: hidden;
}

.index-ascii {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
  color: white;
  top: 0px;
  text-align: left;
  line-height: 1;
  max-width: 1200px;
  height: 1150px;
  white-space: pre;
  overflow: hidden;
}

.index-saved {
  position: absolute;
  left: 35%;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  top: 1150px;
  text-align: left;
  line-height: 1;
  width: 800px;
  height: 800px;
  white-space: pre;
  overflow: hidden;
}

.S01C01-screen {
  height: 3700px;
}

.S01C02-screen {
  height: 7700px;
}

.screen-notfound {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
  top: 80px;
  width: 2024px;
  height: 8000px;
  border: solid white;
  padding: 20px;
}