:root{--max-width:1200px;--border-radius:8px;--foreground-rgb:0,0,0;--background-rgb:255,255,255}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb))}a{color:inherit;text-decoration:none}.movie-card{transition:transform .3s ease;height:100%}.movie-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.movie-card img{height:280px;object-fit:cover}.actor-card{transition:transform .3s ease;height:100%}.actor-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.actor-image{height:200px;width:100%;object-fit:cover}.favorites-btn{position:absolute;top:10px;right:10px;background-color:hsla(0,0%,100%,.8);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}