:root{--background:#191970;--foreground:#ededed}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.movielist{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:100px;gap:100px;margin-left:10px;margin-right:90px}.title{font-size:3rem;font-weight:700;margin-bottom:40px;letter-spacing:-.02em;color:#ffffff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;text-shadow:0 2px 16px rgba(0,0,0,.35)}.tagline,.title{text-align:center}.tagline{margin-bottom:20px;font-size:1.2em;font-style:italic;color:#ffd700}