@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;700&display=swap');

body {
    background-color: #fff;
    background-image: url("img/bande_film.png");
    background-position: 15vw 100%;
    background-size: auto 60vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 48px;
    font-weight: 700;
}

#resultat {
    visibility: hidden;
    width: 100%;
}

#poster {
    visibility: hidden;
}

