body {
  margin: 0;
  padding: 0;
  font-family: 'MS Gothic';
  color: white;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: black;
}

.container {
  width: 600px;
  height: 300px;
  margin: 0 auto;
  border: 2px solid white; 
  margin: 2px;
  padding: 5px;
  border-image: url("https://i.pinimg.com/736x/a3/8a/64/a38a6427f160e3040126a4af4a53f9ec.jpg") 1 fill;
}

.item {
  width: 90px;
  height: 280px;
  padding: 1em;
  font-weight: 20;
  text-align: center;
  border: 1px solid;
  overflow: auto;
  scrollbar-width: none;
  background-color: black;
}

/* end of base styles*/

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
}

.item-2 {
  flex-grow: 1;
}

/*end of main container*/

.footer {
  border: 2px solid;
  margin: 2px;
  padding: 5px;
  text-align: center;
}

/*end of footer*/

.knight {
  position: fixed;
  top: 370px;
  left: 330px;
}