*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}header{width:100vw;max-width:100%;height:70vh;display:flex}header img{width:40%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}header main{width:60%;height:100%}header main nav{width:100%;height:75px;padding-left:200px;padding-right:30px;display:flex;justify-content:space-evenly;align-items:center}header main nav select{width:150px;height:35px;border-radius:20px;padding:0 10px;color:#000}header main nav a{width:150px;height:35px;text-decoration:none;line-height:35px;text-align:center;color:#000;font-weight:600}header main nav #login{border-radius:20px;background-color:red;color:#fff}header main h1{margin:5% 0 10px 50px;font-size:5rem}header main h2{margin-left:50px;margin-bottom:30px;font-weight:100;color:gray}header main form{margin-left:50px;margin-bottom:10px;display:flex}header main form label{display:none}header main form input{width:50%;height:35px;padding-left:10px;border:1px solid #000;border-radius:20px 0 0 20px}header main form ::-moz-placeholder{color:#d3d3d3}header main form ::placeholder{color:#d3d3d3}header main form input[type=submit]{width:30%;margin-left:-50px;border-radius:20px;background-color:red;color:#fff;font-weight:600}header main p{margin-left:50px;margin-bottom:30px;color:#d3d3d3}header main a{margin-left:50px;color:red;font-size:1.5rem;font-weight:600}section{max-width:100%;min-height:30vh;padding:30px 25%;background-color:#ffeeeb;text-align:center;display:flex;flex-direction:column;justify-content:space-between}section h2{margin-bottom:30px;font-weight:800}section p{color:gray}@media(max-width: 768px){header{height:auto;flex-direction:column;align-items:center}header img{width:100%;height:50vh}header main{width:90%;padding-bottom:20px}header main nav{display:none}header main h1{margin:20px;margin-bottom:0;font-size:2rem}header main h2{margin:0;margin-bottom:15px;text-align:center;font-size:1rem}header main form{margin:0;margin-bottom:3px}header main form input{width:60%;padding-left:5px}header main form input[type=submit]{width:40%;margin-left:-25px}header main p{margin:0;margin-bottom:15px;font-size:12px}header main a{margin:0}section{padding:30px 10%}}/*# sourceMappingURL=style.css.map */