.prs-t {
    text-align: center;
    font-size: calc(30px + 1.5625vw);
    line-height: calc(30px + 2.04166667vw);
    margin-bottom: calc(25px + 0.67708333vw);
}
.prs-s { 
    text-align: center;
    font-size: calc(20px + 1.5625vw);
    line-height: calc(30px + 1.04166667vw);
    margin-bottom: calc(25px + 0.67708333vw);
    color:red;
    font-family: "Roboto";
}
.prs-a {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-size: calc(20px + 0.52083333vw);
  line-height: calc(20px + 0.52083333vw);
  margin-bottom: calc(30px + 0.625vw);
}
.plink {
    text-decoration: underline;
}
.b{
    font-weight: 800;
}
.fb{
  font-weight: 800;
  color:green;
}
.ln {
  position: relative;
  font-weight: 400;
  text-decoration: line-through;
  color:red;
}
.ctitle {
  text-align: center;
}
.city {
  display: flex;
  justify-content: space-evenly;
}
.citef{
  font-size: 18px;
}
/*👉.ln::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff2121;
  transform: rotate(345deg);
}👈*/
#timer {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #333;
  letter-spacing: -1px;
  line-height:normal;
}
#timer span {
  font-size: 60px;
  color: green;
  margin: 0 3px 0 15px;
}
#timer span:first-child {
  margin-left: 0;
}
  
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-top:60px;
  }
   
  table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: center;
    border-right: 1px solid #ddd;
  }
  
  table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #1ad5cb;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
      
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 1em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
.ps {
    margin: 0 auto;
}
  @media only screen and (min-width: 1024px){
  .ps {
      width: 1180px;
  }} 
@media (max-width: 768px){
   .prs-t{
     font-size: calc(20px + 1.5625vw);  
   } 
}  