nav.bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:80px}nav.bar a{display:inline-block;margin-left:20px}nav.bar a,nav.bar a img{width:max(7%,80px);cursor:pointer}nav div{width:-moz-fit-content;width:fit-content;margin:0 20px 0 0}@media screen and (max-device-width:640px){img{margin:0 0 0 20px}}*{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{background-color:#e0e8ef}.home-page{margin-top:3%;display:flex;flex-direction:column;align-items:center}button,select{font-family:inherit}.home-page label{font-size:1.5rem;font-weight:500}.home-page p{font-size:1.2rem}.forms{width:max(50%,400px);flex-direction:column}.forms,.forms div{display:flex;align-items:center}.forms div{width:100%;margin-bottom:10px;flex-direction:row;justify-content:space-between}.forms input,.forms select{width:max(40%,200px);height:30px;margin-right:10px;border:2px solid #16455a;border-radius:10px;cursor:pointer}.forms select>option{font-size:1.5rem;font-weight:500}.forms button{background-color:#16455a;color:#fff;width:max(20%,115px);height:max(30px,3vh);border:2px solid #16455a;border-radius:10px}.movies{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:60vw;margin-top:10vh}.movies .movie-div{width:85%}.movies .movie-div:nth-child(2n){width:85%;margin:40px 0}.movies .movie-div img{width:30%;height:100%;float:left;margin-right:5%}.movies .movie-div h1{width:auto;margin-bottom:20px;font-size:1.5rem;font-weight:600}.movies .movie-div:nth-child(2n) img{width:30%;height:100%;float:right;margin-left:5%}@media screen and (max-device-width:960px){.home-page{margin-top:10%}.home-page h1{font-size:1.2rem;word-wrap:break-word}.home-page p{font-size:1rem}.home-page label{font-size:1.1rem;font-weight:400}.forms{width:100%;justify-content:center}.forms div{width:90%}.forms select{width:max(55%,150px);height:30px}.forms button{font-size:.7rem;width:max(20%,100px)}.movies{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;margin-top:20px;width:100vw}.movies .movie-div img,.movies .movie-div:nth-child(2n) img{width:55%}}.view-movie{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:40px auto 0;width:50vw}.v-height{height:80vh}.view-movie img{width:50%}.view-movie h1{font-size:1.5rem;font-weight:600;margin-top:30px}.view-movie p{margin-top:20px;font-size:1.2rem}.view-movie div{margin:30px 0;width:100%;display:flex;justify-content:space-evenly}button{background-color:#16455a;color:#fff;width:max(20%,115px);height:max(30px,3vh);border:2px solid #16455a;border-radius:10px;cursor:pointer}div.load-container{position:relative;height:30px;width:40%;border:10px solid #16455a}div.load,div.load-container{margin:0;display:block;border-radius:15px}div.load{position:absolute;background-color:#fff;width:0;height:10px;animation:load-anim 3s linear infinite}@keyframes load-anim{0%{width:0}25%{width:50%}50%{width:75%}75%{width:85%}to{width:100%}}@media screen and (max-device-width:960px){.view-movie{display:flex;flex-direction:column;align-items:center;margin:40px auto 0;width:70vw}.view-movie img{width:60%}.view-movie h1{font-size:1.2rem}.view-movie p{font-size:1rem}button{font-size:.7rem;width:max(20%,100px)}}