.game-red-dead {
border: solid 1px gray;
border-radius: 10px;

}
.red-form {
    text-align: right;
    display: inline;
    font-weight: bold;
}


.title {
    color: #5a5a5a;
    font-weight: bold;
}

.date {
    font-weight: bold;
}

.news-game {
    cursor: pointer;
    text-decoration: none;
    color: white;
    padding: 5px;
    border-radius: 15px;
}

.Season {
    text-align: right;
    color: red;
}

.text {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #2e2d2d;
}

.img-Season {
    border: solid 1px gray;
border-radius: 8px;
display: inline-block;
}

.img-Season img{
    height: 400px;
    width: 800px;
    border-radius: 8px;
}

.img-Season h1{
    text-align: center;
}

li {
    text-align: right;
}

.name{
font-weight: bolder;
color: red;
font-size: 20px;
}

.span{
font-weight: bold;
color: #2e2d2d;
text-decoration: none;
}

li a{
    font-size: 25px;
}