@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&family=Roboto:wght@400;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{font-family:Raleway,sans-serif}div#root{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}.movie-card{border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.18);margin:auto;overflow:hidden;transition:all .2s ease-in;width:200px}.movie-card:hover{box-shadow:0 0 20px rgba(0,0,0,.3)}.movie-card img{min-height:300px;width:100%}.movie-card .text{height:60px}ul.movie-list-items{display:flex;overflow-x:auto}ul.movie-list-items li:not(:first-child){margin-left:1rem}.debug{border:1px solid red}.logo{margin:0}.search-form .input-grop{position:relative}.search-form .search-icon-wrapper{position:absolute;right:0}footer{margin-top:auto}@media screen and (max-width:769px){section.movie-detail .detail-card{bottom:0!important}section.movie-detail .hero{margin-bottom:100px!important}section.movie-detail .text{width:100%!important}}
/*# sourceMappingURL=main.f747386a.css.map*/