body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.ticker-container {
  position: relative;
  background-color: #383737;
  overflow: hidden;
  height: 30px;
  
  border-bottom: 3px solid black;
}

.ticker-item {
  font-family: 'Courier New', monospace;
  font-size: 18px;
  font-weight: 600;
  color: lightgray;
  
  position: absolute;
  white-space: nowrap;
  
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  padding: 0 30px;
}