.main-title {
    text-align: center;
    color: darkkhaki;
}
.total{
    background-color: azure;
}
.total > p{
    display: inline;
}
.search-block {
    width: 50%;
    margin: 20px auto;
}

.filters {
    display: flex;
    list-style: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.movie-link {
     text-decoration: none;
     color: #000;
}

.movie-title {
}

.date {
}

.country {
}

.picture {
    max-width: 300px;
    max-height: 300px;
}

.language {
}

.overview {
}

.popularity {
}
