body {
    display: grid;
    place-content: center;
    min-height: 100vh;

    /* background-color: #200302; */
    /* background-image: linear-gradient(to right top, #200302, #4a1316, #7b1f1e, #ad2e22, #e04120); */
    /* background-image: linear-gradient(to right bottom, #170001, #2e1311, #482117, #603119, #754517);  */
    background-image: linear-gradient(70deg, #170001, #2e1311, #482117, #603119, #754517); 

}

.movie-poster{
    height: 450px;
    width: 375px;
    /* zoom in */
    object-fit: cover;
    border-radius: 35px;
}

.movie-container{
    /* background-color: black; */
    width: 375px;
    text-align: center;
}

.movie-name{
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 800;

    /* margin: 0px; */
    margin-bottom: 0px;
    margin-top: 0px;
}

.movie-spec{
    color: #A78584;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-bottom: 24px;
}


.movie-summary{
    color: #FFE5E4;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    /* background-color: indigo; */
    /* padding: 15px */
    padding-left: 30px;
    padding-right: 30px;
}


/* .sum-start{
    color: peru;
    text-decoration: underline;
} */

.separator{
    color: #FFE5E4;
}