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

 body {
 background-image: url('https://64.media.tumblr.com/801b3b973da589be8394abce849bff37/147bfebdf112f180-15/s250x400/e57daa0b1c7b827059fb00016834be2bc4f42caa.gifv');
 color: blue;
 font-family: 'KiwiSoda';
}

div {
 bottom: -100px;
 top: 100px;
 right: 330px;
 left: 330px;
 position: absolute;
}

.yellow {
 bottom: -80px;
 top: 80px;
 position: relative;
}

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