.film-card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:12rem;height:20rem;padding:1rem;border:5px solid rgba(0,71,61,.6);border-radius:18px;box-shadow:6px 6px 6px #8080809b;cursor:default;transition:all .5s ease;background-color:#b8fbe099;text-align:center}figure:hover{box-shadow:10px 10px 16px;transition:all .4s ease-in-out;transform:scale(1.1);cursor:pointer}.film-card img{width:100%;height:200px;object-fit:cover;border-radius:18px}h3{font-size:16px}h4{font-size:14px}.films_section h2{text-align:center;margin:2rem}.films_gallery{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:2rem}footer{height:10vh;bottom:0;position:relative;display:flex;justify-content:center;align-items:center;width:100vw;font-weight:700;margin-top:1rem}header{height:14vh;display:flex;justify-content:space-around;align-items:center}header img{height:90%}header nav ul{display:flex;justify-content:space-around;gap:2rem}ul li{font-size:1rem}header nav ul li{font-weight:700;transition:all .4s ease-in-out}header nav ul li:hover{color:#048170;cursor:pointer;transform:scale(1.1)}.people-card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:10rem;height:10rem;padding:1rem;border:5px solid rgba(0,71,61,.6);border-radius:18px;box-shadow:6px 6px 6px #8080809b;cursor:default;transition:all .5s ease;background-color:#b8fbe099;text-align:center}.people-card:hover{box-shadow:10px 10px 16px;transition:all .4s ease-in-out;cursor:pointer;transform:scale(1.1)}.people_section h2{text-align:center;margin:2rem}.people_gallery{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:2rem}*{margin:0;padding:0;box-sizing:border-box}li{list-style:none}a{text-decoration:none;color:inherit}body{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;background-color:#f2f7f5;color:#00473e}h1{font-size:3.2em;line-height:1.1}
