body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}h1{color:#e50914}header{background-color:#070707;margin-bottom:30px;margin-top:-10px;padding:5px}form{display:inline-block}input{border:4px;border-radius:4px;margin-right:10px;padding:10px}button,input{font-size:16px}button{background-color:#e50914;border:none;color:#fff;cursor:pointer;padding:10px 20px}.movies,button{border-radius:4px}.movies{display:flex;flex-wrap:wrap;justify-content:center}.movie{border:.5px solid #575151;border-radius:10px;box-shadow:#575151;box-sizing:border-box;margin:10px;text-align:center;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.movie:hover{box-shadow:0 3px 10px 0 #575151;-webkit-transform:scale(1.05);transform:scale(1.05)}.movie img{border-radius:4px;height:auto;max-width:300px;object-fit:cover;padding-top:10px;width:90%}.movie h3{font-size:18px;font-weight:700;margin-bottom:-10px;margin-top:10px}@media screen and (max-width:768px){.selected-movie{align-items:center;flex-direction:column}.poster-container{max-width:100%}}@media screen and (max-width:480px){.movies{justify-content:flex-start}}.movies-info{display:flex;flex-direction:row;font-size:15px;justify-content:space-between;padding-left:10px;padding-right:10px}.selected-movie{align-items:flex-start;display:flex;flex-wrap:wrap-reverse;justify-content:center;margin-bottom:20px}.movie-details{background-color:#f1f1f1;border:.5px solid #575151;border-radius:4px;flex:1 1;padding:20px;text-align:left}.movie-details h2{font-size:24px;font-weight:700;margin-bottom:10px}.movie-details p{font-size:16px;margin-bottom:10px}.poster-container{flex:1 1;max-width:300px}.poster-container img{border-radius:4px;height:auto;object-fit:cover;width:90%}.cancel-button{background-color:#e50914;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;justify-content:right;margin-top:10px;padding:10px 20px;text-align:right}
/*# sourceMappingURL=main.ab903341.css.map*/