@import url(https://fonts.googleapis.com/css2?family=Work+Sans&display=swap);*{box-sizing:border-box;padding:0;margin:0;font-family:"Work Sans",sans-serif}body{background-color:#393e46}.App{font-family:sans-serif;text-align:center;color:#fff;padding:2rem}h1{font-size:1.2rem;margin-bottom:1.5rem;margin-top:2rem;background-color:#d6e0f0;padding:10px;border-radius:20px;color:#222831}.GenreButtons{text-align:center;display:flex;width:100%;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.GenreButtons button{padding:.5rem .8rem;width:48%;cursor:pointer;background-color:#fff;margin-right:0;margin-top:.5rem;border-radius:15px;border-style:none;font-weight:600}.GenreButtons button:hover{box-shadow:0 0 10px #d6e0f0}.MoviesList{margin-top:4rem}.MovieListItem{list-style:none;margin-top:1rem;margin-bottom:1rem;padding:1rem;border-radius:10px;background-color:#222831;box-shadow:0 0 11px #eee;cursor:pointer}.MovieCoverImg{border:1px solid #eee;border-radius:5px}.MovieTitle{margin-top:.5rem;font-size:larger;font-weight:600}.MovieRating{margin-top:.3rem;font-size:smaller}@media only screen and (min-width:650px){h1{font-size:2rem;width:70%;margin:0 auto 1.5rem}.MoviesListItems{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.MovieListItem{margin-right:2rem}.GenreButtons{justify-content:center}.GenreButtons button{width:10%;margin-right:1rem}}
/*# sourceMappingURL=main.1703cefc.chunk.css.map */