body {
    margin: 0;
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    font-family: 'arial', sans-serif; 
}

#liste-film {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 70px;
    position: relative;
    left: -20px;
    top: 50px;
}

.film p {
    text-align: center;
}

h1 {
    font-family: "Blanka-Regular";
    text-align: center;
    font-size: 50px;
}

main {
    position: relative;
    top: 100px;
}

.cover-films {
    width: 200px; 
    height: 300px;
}

.note-film{
    width: 150px;
    height: 150px;    
    margin-top: -70px;
    margin-left: 20px;
}

footer {    
    bottom: 0;
    background-color: black;
    color: white;
    padding: 20px;
    position: relative;
    bottom: -160px;
}