*{
  background-color: black;
  color: beige;
  font-weight: bolder;
  font-family:'Courier New', Courier, monospace;
}
img{
  pointer-events: none;
  max-width: 100%;
}
.holding{
  width: 1000px;
  height: 1200px;
  overflow: hidden;
  border: 5px solid darkgrey;
}
.holding ol{
  list-style-type: none;
  width: 11000px;
  padding: 0;
  margin: 0;
  background: gray;
  position: relative;
  left: 0px;
  transition: left 0.5s;
}
.holding li{
  display: inline-block;
  width: 1000px;
}