.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;
    }

    span{
        background-color: gray;
        float: right;
        border: solid 1px;
        border-radius: 10px;
        color: black;
    }