body{margin:0;background:lightsteelblue;font-family:EB Garamond,serif}nav{display:flex;justify-content:space-between;padding:15px 30px;background:rgba(176,196,222,.95)}.logo{height:120px}.links a{font-size: 28px; line-height: 1.5;
    font-weight: 500;margin-left:20px;color:black;text-decoration:none}.hero{    min-height:500px;
;background:url('IMG_1860.jpg') center/cover;display:flex;align-items:center}.hero div{background:rgba(255,255,255,.85);padding:40px;margin-left:5%;max-width:700px}.btn{background:#a68cf0;color:white;padding:12px 20px;text-decoration:none}.section{max-width:1200px;margin:auto;padding:60px 25px}.grid,.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.about-section p {
    font-size: 22px !important;
    line-height: 1.6;
    
}.card{background:white}.card img,.gallery img{width:100%;height:260px;object-fit:cover}form{background:white;padding:30px}input,textarea,select{width:100%;padding:10px;margin:10px 0}#tape-flyer{position:fixed;left:-150px;top:15vh;width:90px;animation:flight 20s linear infinite}#tape-flyer img{width:100%;animation:spin 2s linear infinite}@keyframes flight{0%{left:-150px}100%{left:110vw}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}