@font-face {
  font-family: 'DottedText';
  src: url('/text.ttf');
}

  body {
    background-color: #000000;
    overflow: hidden;
  }
  
  .divv {
    height:  120px;
    width: 100%;
  }

  #container {
    width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    color: #000;
  }
  
  th, td {
    padding: 3px;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  
  td {
    background-color: #000000;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  table {
    width: 100%;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  th {
    background-color: #000000;
    color: white;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  #clock {
    text-align: left;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  #trainTimes {
    text-align: right;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  table {
    border-collapse: collapse;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  td, th {
    padding: 3px; 
    border-top: 1px solid #dda0dd;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  td, th {
    color: white;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  .marquee {
    display: flex;
    overflow: hidden;
    color: white;
    background-color: black;
    font-size: 46px;
    height: 50px;
    width: 100%;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  .marquee p {
    margin: 0;
    animation: marquee 11s linear infinite;
    white-space: nowrap;
    font-size: 38px;
    font-family: 'DottedText', Fallback, sans-serif;
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  
  .trainTimes {
      text-align: right;
  }
  
  .trainMessages {
      text-align: center;
  }
  
  .smallerText {
      font-size: 12px;
  }
  