*{background-color:#343a40;font-family:Inconsolata,monospace;box-sizing:border-box;text-decoration:none}body{height:100%;min-height:100%}header{font-family:Roboto Slab,serif;background-color:#ffc107;height:200px}header .logo{font-size:60px;font-weight:700;line-height:200px;background-color:#ffc107;justify-content:center;text-align:center}.container_search .search_bar{display:flex;justify-content:center;gap:10px;padding:50px 50px 15px}.container_search .search_bar .input{text-align:center;width:335px;border:none;border-bottom:1px solid #e1e8eb;color:#ffc107;font-size:20px}.container_search .search_bar .input:focus{outline:none}.container_search .search_bar .input::-webkit-input-placeholder{color:#e1e8eb}.container_search .search_bar .input:focus::-webkit-input-placeholder{color:#ffc107}.container_search .search_bar .input:focus+.underline{transform:scale(1)}.container_search .action_buttons{justify-content:center;display:flex;gap:10px}.container_search .action_buttons select{color:#e1e8eb}.container_search button{cursor:pointer;border:none;padding:4px 28px;background-color:#e1e8eb;border-radius:5px;font-weight:600}.movie_container{background-color:#e1e8eb;padding:20px;margin:30px 50px;border-radius:16px;text-align:center}.movie_container .movies{font-family:Roboto Slab,serif;display:flex;flex-wrap:wrap;justify-content:center;padding:50px 10px;gap:12px;background-color:#e1e8eb;position:relative;overflow:hidden;border:10px;border-radius:10px}.movie_container .movies .movie{--size: 200px;width:var(--size);height:calc(var(--size) * 3 / 2);margin:10px 10px 75px;text-decoration:none;color:#292a32;transition:.35s;border-radius:10px}.movie_container .movies .movie img{align-items:center;justify-content:center;width:100%;height:100%;border-radius:10px}.movie_container .movies .movie img:hover{cursor:pointer;transform:scale(105%)}.movie_container .movies .movie .info{background-color:#e1e8eb;text-align:left;padding-top:8px;padding-left:10px;z-index:1}.movie_container .movies .movie .info .movie-title{background-color:#e1e8eb;color:#343a40;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:8px;padding-bottom:8px}.movie_container .movies .movie .info .movie-year{background-color:#e1e8eb;color:#ffc107;font-size:14px}.movie_container .wrap{display:flex;justify-content:center;background-color:#e1e8eb}.movie_container .wrap .btn_movie_more{color:#343a40;background-color:#ffc107;font-weight:600;font-size:20px;border-radius:8px;margin-top:16px;padding:6px 12px}.movie_container .wrap .btn_movie_more:hover{cursor:pointer}.movie_container .wrap .hidden{display:none}.move_top{background-color:transparent;position:fixed;display:none;margin-right:20px;text-align:center;bottom:16px;right:20px}.move_top .move_top_btn{background-color:#ffc107;font-weight:600;padding:10px 12px;border:0px;border-radius:50px;cursor:pointer;font-size:16px}.move_top .move_top_btn span{background-color:#ffc107}.move_top .move_top_btn:hover{background-color:#ffc107;box-shadow:2px 2px 2px 2px gray}footer{font-family:Roboto Slab,serif;width:100%;height:50px;text-align:center;padding-bottom:12px}footer p{font-weight:400;color:#e1e8eb;font-size:8px;margin:0 0 20px}footer .links{display:flex;justify-content:center;gap:10px}footer .links img{width:30px;height:30px}
