
.ps-container {
    margin-top: 10px;
    margin: 20px;
    height:5%;
    background-color: #2810f9;
 /*   display: table;
    float: none;
 */ }
  
  .ps-container .title {
    position: absolute;
    margin-top: 0px;
    background: #6638e6;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: white;
    font-weight: bold;
    z-index: 100;
    letter-spacing: 2px;
    font-family: "Domine", serif;
    font-size: 15px;
  }
  
  .ps-container marquee {
    margin-left: 1px;
  }
  
  .ps-container marquee ul {
    margin-left: 180px;
    list-style: none;
    font-family: "Domine", serif;
    font-size: 14px;
    animation: scroll 405s infinite linear;
  }
  
  .ps-container ul li {
 /*   white-space: nowrap;*/
    padding: 10px 0px 0px 24px;
    color: #f5f5f5;
    position: relative;
    letter-spacing: 2px;
    font-size: 12px;
  }
  /*
  .ps-container ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fafafa;
    position: absolute;
    top: 0;
    right: 0;
  }
  */
  .ps-container ul li:last-child::after {
    display: none;
  }
  