@media screen and (max-width:880px) {
    header .container{
        display: flex;
        flex-direction: column;
        /* align-items: center;
        justify-content: space-between; */
    }
    .description p{
        width: 100%;
    }

    .btn{
        margin-top: 15px;
        width: 250px;
        height: 60px;
    }
    .main-content .container{
        width: 400px;
        background-color: rgba(0,0,0,0.30);
    }
}
@media screen and (max-width: 1180px) {
    body{
        width: auto;
    }
    .main-content{
        font-size: 1rem;
        
        height: 600px;
        background-size: cover;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .btn{
        margin-top: 15px;
        width: 250px;
        height: 60px;
    }


}

@media screen and (max-width:1200px){
    .description{
        width: 50%;
    }
}

@media screen and (max-width:420px){
    
    .container{
        padding: 20px;
    }
    header .container{
        text-align: center;    
    }
    .main-content{
        font-size: 1rem;
        background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.1)), url('https://www.themoviedb.org/t/p/original/yXSzo0VU1Q1QaB7Xg5Hqe4tXXA3.jpg');
        
        height: 600px;
        background-size: fixed;
        background-position: top center;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    

}