@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;500&display=swap";body{display:flex;justify-content:center;align-items:center;font-family:Rubik,Arial,sans-serif;background-color:#ededed}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button+button{margin-left:8px}button:hover{cursor:pointer}button:disabled{background-color:#fad57f}a,a:visited,a:active{color:#0d3b66}a:hover{color:#ea7e1f}button{border-radius:4px;border:none;padding:8px 16px;background-color:#f5ab00;color:#fff;font-weight:700}nav{color:#fff;display:flex;margin-left:800px;margin-top:20px;padding:0 32px;align-items:center;justify-content:space-between}nav a,nav a:visited,nav a:active{color:#fff}.logo-container{display:flex;align-items:center;justify-content:space-between;width:150px}.logo-container img{width:40px;margin-right:8px}section{margin:0 0 50px}.error{color:#ff4500}.loading-icon{width:16px;height:16px;animation:rotating 1.5s linear infinite}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}form{display:flex;flex-direction:column;background-color:#faeab3;padding:32px;max-width:300px;border-radius:4px}form label{margin:4px 0;font-weight:700}form input{width:100%;padding:4px 8px;margin:6px 0}h2{margin:32px 0 24px}.content{margin:32px}.form-button{width:100%}.film-card{background:#fff;border-radius:4px;flex-grow:1;flex-shrink:0;margin:8px;padding:12px;box-shadow:0 2.8px 2.2px #00000009,0 6.7px 5.3px #0000000c,0 12.5px 10px #0000000f,0 22.3px 17.9px #00000012,0 41.8px 33.4px #00000016,0 100px 80px #0000001f;display:flex;flex-basis:140px;flex-direction:column;align-items:center;font-weight:200}.film-card ul{list-style-type:none;margin:0;padding:0;width:40%;display:flex;flex-direction:column;justify-content:space-evenly;flex-wrap:wrap;text-decoration:blue}.film-card p:last-of-type{margin:16px 0 4px}.film-card li{padding:4px;margin:4px;background:#ededed;border-radius:2px;text-align:center;list-style-type:none}.home{display:flex;justify-content:center;flex-wrap:wrap;max-width:1000px;padding:40px 0}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
