@import"https://fonts.googleapis.com/css2?family=Merriweather&family=Open+Sans&display=swap";html{background-color:#f5f5f5}header{background-color:#cadfef;display:flex;flex-direction:row;align-items:center;justify-content:space-around}footer{background-color:#cadfef;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around}main{padding:2rem;max-width:80rem;margin:auto}h1,h2,h3,h4,h5,h6{font-family:"Merriweather",serif}h2{border-bottom:3px solid rgb(112,170,214);padding:.5rem;max-width:250px;margin:1rem auto}p,li,a{font-family:"Open Sans",sans-serif}a{color:#000;text-decoration:none;border-bottom:3px solid rgba(0,0,0,0)}a:hover{border-bottom:3px solid black}h1{text-align:center}header a,#header-links{display:flex;flex-direction:row;align-items:center;margin:1rem}#header-links a{padding:.5rem 0;margin:0 1rem}#logo-box a:hover{border-bottom:3px solid rgba(0,0,0,0)}header h3{margin:0}header img{max-height:2rem}.main-content{width:100%;display:flex;flex-direction:row;align-items:flex-start}section{margin:1rem;width:50%;text-align:center}.form-box{background-color:#cadfef;border-radius:10px;padding:1rem;display:flex;flex-direction:column;align-items:center;max-width:200rem;margin:auto}.form-box div{display:flex;flex-direction:row;align-items:center}#modeSCode{font-size:xx-large;width:auto}.form-box p{width:70%;margin:.5rem;line-height:150%}.form-box p a{color:#7a7a7a}form{margin:1rem 1rem 0;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center}form label{font-size:xx-large}form input{padding:.3rem 1rem;border-radius:10px;border:1px solid #999;max-width:10rem}form button{padding:.5rem 1rem;background-color:#f5f5f5;border-radius:10px;cursor:pointer;width:10rem}form button:hover{transform:scale(1.2)}.map-box{height:100%}.map{padding:1rem;min-height:30rem;height:400px}.jets ul,.flights ul{margin:0;padding:0}.jets li,.flights li{margin:.5rem;padding:.5rem;list-style-type:none;min-height:4rem;border:1px dashed rgb(202,223,239)}.jets li:hover{border:1px solid rgb(112,170,214)}.jets img{max-height:100px}li.jet{display:flex;flex-direction:row;align-items:center;justify-content:space-around}.random-jets{text-align:center}#random-flights-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}#jet-details h3{text-align:center}@keyframes spinner{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}to{transform:translate3d(-50%,-50%,0) rotate(360deg)}}.loader::before{animation:1.5s linear infinite spinner;animation-play-state:inherit;border:solid 5px #cfd0d1;border-bottom-color:#1c87c9;border-radius:50%;content:"";height:40px;width:40px;display:block;margin-left:50%;margin-top:40px;transform:translate3d(-50%,-50%,0);will-change:transform}
