html {
  font-family: "MS UI Gothic";
   font-size: 12px;
  line-height: 22px;
  image-rendering: pixelated;
  background: url('https://paulsworld.neocities.org/bgs/checker.png');
background-size: cover;
  color: #381e5e;
}

a {
  color: #9EE334;
}

a:hover {
  font-style: italic;
}

.mainbox::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

#container {
  display: flex;
  max-width: 500px;
  max-height: 510px;
  margin: auto;
  background-color: #0A0000;
}

#container2 {
  display: flex;
  margin: auto;
  max-width: 130px;
  max-height: 610px;
   
}

.header {
   width:490px;
   height: 160px;
   padding: 6px;
}

.mainbox {
overflow-y: auto;
  background-color: #0A0000;
  width: 499px;
  height: 509px;
  border: 2px solid #ff00bf;
  margin-left: -6px;
  color: #FF2E7E;
}

.iconbox {
  background-color: #0A0000;
  width: 490px;
  height: 40px;
  color: white;
  font-size: 16px;
  padding: 6px; 
}

mark {
  background: none;
  color: #2EFF2E;
}

.letters {
  margin-left: -320px;
  margin-top: -220px;
  width: 130px;
}

.kero img {
margin-left: -10px;
margin-top: -40px;
}
