.game-red-dead {
    border: solid 1px gray;
    border-radius: 10px;
    
    }
    .red-form {
        text-align: right;
        display: inline;
        font-weight: bold;
    }

    .img-Season img{
        height: 400px;
        width: 800px;
        border-radius: 8px;
    }

.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;
    }