*{
margin: 0;
padding: 0;

}

li {
    list-style: none;
}

.wrapper {

padding-top: 50px;
display: flex;
justify-content: center;

}

.mainblock {

width: 650px;
height: 300px;
background-color: #404040;
padding: 20px;



}

.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.header-title {

    color: white;
}
.header-rating {
    display: flex;
}
.rating-info {}
.rating-stars {}
.stars {
    color: silver;
    font-size: 20px;
}
.stars.color {
    color: orange;
}
.rating-text {

    color: #a8a8a8;
}
.favorits {}




.body {
    display: flex;
}
.poster {
    margin-right: 20px;
}
.poster img {
    width: 200px;
}

.film-details {}
.film-descr {
    color: white;
}

.deteils-info {}
.film-rating {}

.det-item {
    margin-bottom: 5px;
}
.det-item span {
    color: azure;
}
.det-item a {
    color: azure;
}





.meta {}

