
@font-face {
  font-family: 'KiwiSoda'; 
  src: url(KiwiSoda.ttf);
}

body {
 background-color: black;
 color: white;
 font-family: 'KiwiSoda';
}

div {
 overflow: scroll;
}

hr {
  border: 0;
  height: 20px; 
  background: url("https://mugenepicsawesomepalace.neocities.org/dividero.gif");
}