body {
  background-color: black;
  color:white
  }
  #abc {
  font-family: Cinzel Decorative, serif;
  font-size: 20px;
  background-color: white;
  color: black;
  text-align: center;
  border: 2px ridge red;
  height: 300px;
  width: 390px;
  margin: auto;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  }