body{
    /* background-image: radial-gradient(#851010, #000) !important; */
    /* background-image: radial-gradient(#ffbf00, #fe4315) !important; */
    background-image: radial-gradient(#ffbf00, #fe6b15) !important;
    min-height: 98vh;
    background-attachment: fixed !important;
}
.game-card
{
    /* background: #bd0000 !important; */
    background: #fe4813 !important;
    margin-bottom : 6px !important;
    /* border: 1px solid #bd716f; */

}
.play-btn
{
        background: #ffd460  !important;
    color: #7d0000 !important;
    /* box-shadow: 1px 1px 10px; */
    font-size: 0.8rem !important;
}
.slick-initialized .slick-slide
{
    /* background: #fe4813  !important; */
    background: #ff7513 !important;
    box-shadow: unset !important;
    border: 1px solid #edc559;
}
.slider img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.games-title {
    text-align: center;
    font-size: 1rem !important;
    margin: 20px 0 20px 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #490000 !important;
    background: #e9c8c9 !important;
    border-radius: 8px;
    padding: 10px;
}
.games-title, .tournament-title {
    text-align: center;
    font-size: 1rem !important;
    margin: 10px 0 20px 0 !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    color: #570000 !important;
    background: #ffd460  !important;
    padding: 10px;
    border-radius: 6px;
    position: relative;
}
.games-title::after, .tournament-title::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 25px;
    background-color: #ffd460 ;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
}
.tournament-info
{
    padding: 4px !important;
}
