nav{margin:15px 0;display:flex;gap:1rem;background-color:#fff5e3;border-radius:15px;max-width:2000px}nav div{flex-grow:0.5;align-self:center;font-size:18px}nav .logo{flex-grow:4;align-self:center;padding:0 50px}nav .logo img{max-width:70px;max-height:70px;min-width:20px;min-height:20px}nav .btn{cursor:pointer;border-radius:10px;font-size:1.2rem;border-color:#ce9d41;padding:10px;background-color:transparent}a{color:#7d5f26;text-decoration:none}.gl-divider{display:block;width:70%;margin:5rem auto}.gl-divider hr{border:1px solid #ce9d41}.gl-billboard{margin:50px 0;width:80%;display:flex;justify-content:space-evenly;animation:fadeFromLeft 2s;gap:2rem}.gl-billboard div{flex-grow:1;flex-shrink:1;align-self:center}.gl-billboard .img img{min-width:100px;min-height:100px;max-width:700px;max-height:600px;border-radius:15px;box-shadow:20px 10px 50px #aeaeae}.gl-billboard .text .big{font-size:3rem}.gl-billboard .text .big .you{color:#ce9d41}.gl-billboard .small{font-size:1.5em;color:#666}.services{margin:0 auto;width:70%;display:flex;flex-direction:column;gap:3rem}.services div{align-self:center}.services .text{font-size:2rem;color:#ce9d41;font-weight:700}.services .list{width:100%;justify-content:space-between;display:flex;gap:2rem}.services .list .item{flex-grow:1;flex-shrink:1}.services .list .item h4{margin-left:15px}.services .list .item img{transition:all .5s;max-width:100px;max-height:100px;border-radius:50%;border:3px solid #ce9d41;box-shadow:10px 10px 1rem #aeaeae;padding:10px;cursor:pointer}.services .list .item img:hover{transform:translateY(-10px)}@keyframes fadeFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}