
/* banner section */

#banner 
{
    background: linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);

    color: whitesmoke;
    padding-top: 5%;
    
}

.title-promo
{
    font-size: 2.5rem;
    margin-top: 50px;

}

.container .play-btn
{
    width: 40px;
    margin: 20px;
}



.container a 
{
    color: aliceblue;
    text-decoration: none;
}


.bottom-img
{
    width: 100%;
   
}