@font-face {
    font-family: "main";
    src: url("https://walnutware.neocities.org/files/Motherish-Regular.otf") format("opentype");
}
@font-face {
    font-family: "alt";
    src: url("https://walnutware.neocities.org/files/Motherish-Medium.otf") format("opentype");
}
 
 body {
  margin:0px;
  padding: 10px;
  font-family: "main";
  color: #fefcfd;
  background-color: #000000;
  border: 7px solid #262626;  
  border-style: solid;
  outline: 2px solid #000000;
  outline-offset: 0px;
}
 
 .container {
  width: 155px;
  overflow: auto;
}   

 .topbox {
  width: 850px;
  overflow: auto;
  border-style: none;
  outline: 0px none #000000;
}   