.main {
    background-color: #bb9ac7;
}



.next-btn, .prev-btn ion-icon {
    color: #bb9ac7;
    font-size: 4rem;

}

.back-button {
    color: #bb9ac7;
  
}

.back-button a {
    color: #bb9ac7;
}
.download-icon{

    color: #bb9ac7;
}

.content-text {
    margin-top: 8rem;
}

.content-slider {
    margin-top: 8rem;
}

.lower-text {
  max-width: 1000px;
}

.watch-movie-btn {
    background-color: #bb9ac7;
    border: 3px solid transparent;
    color: #fcf8ed;

}
.watch-movie-btn:hover {
    background-color: transparent;
    border: 3px solid #bb9ac7;
    color: #bb9ac7;
}
