.name {
    display: flex;
    justify-content: center;
}
.field {
    display: flex;
}
.search {
    flex: 1;
    font-family: 'Kalam', cursive;
    font-size: 15px;
    padding: 10px;
}
.movies {
    display: flex;
    flex-wrap: wrap;
}
.film {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 20px;
}
body {
    background-color: #CFF5E7;
}
a {
    color: #150050;
    text-decoration: none;
    font-size: 30px;
    font-family: 'Kalam', cursive;
    font-weight: 600;
}
h1 {
    font-family: 'Kalam', cursive;
    color: #150050;
    font-size: 40px;
}
