.leftspain {
    width: 20px;
    background-color: darkorange
}

.scroll1 {
  width: 80%;
  aspect-ratio: 3/2;
  margin: auto;
  border: solid #ffbad6 1px;
  overflow-x: hidde;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-padding-bottom: 50px;
  color: firebrick;
}

body {
  color:crimson;
}