#marquee-container {
  position: relative;
  width: 170px; /*marquee width */
  height: 260px; /*marquee height */
  background-color: #050515;
  overflow: hidden;
  border: 0px solid orange;
  padding: 4px;
}

#marquee-container p {
  margin: 0;
  padding: 0;
}


