*{box-sizing:border-box}body{margin:0;background:#000;color:#fff;font-family:Arial,sans-serif}button{background:#ff5b25;color:white;border:0;border-radius:20px;padding:14px 50px}.menu-btn{position:fixed;top:15px;left:25px;font-size:35px;z-index:7;cursor:pointer}.logo{position:fixed;top:25px;left:80px;color:#fff;text-decoration:none;font-size:28px;font-weight:bold;z-index:7}#drawer{position:fixed;left:-350px;top:0;width:330px;height:100%;background:#262626;padding:80px 40px;z-index:6;transition:.4s}#drawer.open{left:0}#drawer a{display:block;color:white;text-decoration:none;font-size:25px;margin:35px 0}.hero,.section{min-height:100vh;display:flex;align-items:center;justify-content:space-around;padding:80px}.text,.section>div{width:42%;text-align:center}.gallery img{width:100%;height:430px;object-fit:cover}h1{font-size:48px}h2{font-size:60px;color:#00ff55}.join{text-align:center;min-height:100vh;padding:120px 80px}.join .gallery{width:60%;margin:auto}@media(max-width:800px){.hero,.section{flex-direction:column;padding:40px}.text,.section>div{width:90%}}