body {
  background-color: #fca503;
  color: white;
  font-family: "Comic Sans MS";
  text-align: center;
  background-image: url(bgtexture.png);
  animation: bg 4s linear infinite;
  text-shadow: 1px 1px 5px black;
}

@keyframes bg {
  0%   { background-position: 128px -128px; }
  100% { background-position: -128px 128px; }
}
div { 
  background: #EFEFEF;
  border: 5px solid white;
  border-style: outset;
  width: 690px;
  }
.character {
            background: #AEAEAE;
            border: 5px solid white;
            border: 0px;
            border-style: outset;
            width: 269px;
 }