.box {
  border-style: solid;
  border-width: 2px;
  background: white
}
.left {
  float: left;
  margin-left: 13vw;
  height: 90vh;
  margin-top: 3vh
}
.right {
  float: right;
  margin-right: 13vw;
  height: 90vh;
  margin-top: 3vh
}
.big {
  max-width: 50%;
  width: 50%;
  overflow: auto
}
.small {
  max-width: 22%;
  width: 22%
}
.top {
  height: 30vh;
}
.bottom {
  height: 57.5vh;
  margin-top: 2vh
}
h1 {
  margin-left: 20px
}
.center {
  text-align: center
}
p {
  margin-left: 50px;
  margin-right: 50px;
  text-indent: 30px;
}
body {
  font-family: monospace;
  background: url(https://files.catbox.moe/vi0b7l.png);
}
a:link, a:visited {
  text-decoration: none; color: black
}
a:hover {
  text-decoration: underline;
}
a:active {
  font-style: italic;
  font-weight: bold;
}
.note {
  color: gray;
  font-style: italic;
  margin: 0px;
  font-size: 12px;
  text-indent: 0px
}
h3 {
 margin-bottom: 0px
}
::-webkit-scrollbar {
  width: 3px;
  background: transparent;
  border: 0px solid #000;
}
::-webkit-scrollbar-thumb {
  background: gainsboro;
  border: 0px solid #000; }