.title {
    color: #5a5a5a;
     }
   
     .news-game {
       cursor: pointer;
       text-decoration: none;
       color: white;
       padding: 5px;
       border-radius: 15px;
     }
   
    .date {
       font-weight: bold;
    }
   
    .text {
   text-align: right;
   font-size: 20px;
   font-weight: bold;
   color: #2e2d2d;
    }