#landing-page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}@keyframes sway{0%{transform:rotate(0)}25%{transform:rotate(-.1deg)}50%{transform:rotate(0)}75%{transform:rotate(.1deg)}to{transform:rotate(0)}}#logo-section{justify-content:center;align-items:center;width:100%;display:flex}#logo-section img{object-fit:contain;transform-origin:bottom;height:20vh;transition:transform .3s;animation:6s ease-in-out infinite sway}.button{cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#0000;background-clip:padding-box;border:5px solid #5e734d;border-radius:34px;justify-content:center;align-items:center;padding:10px 24px;text-decoration:none;transition:background-color .24s cubic-bezier(.23,1,.32,1),transform .24s cubic-bezier(.23,1,.32,1),box-shadow .24s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden}.button:hover{background-color:#5e734d;transform:translateZ(0)scale(1.06);box-shadow:0 0 20px #c1a36266}.button:active{transform:scale(1)}.button .btn-img{pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;height:28px;display:block}#button-section{justify-content:center;margin-top:2vh;display:flex}@media (prefers-reduced-motion:reduce){.button{transition:background-color 1ms linear}}.button{border:6px solid #5e734d;border-radius:40px;padding:10px 25px}.button .btn-img{width:auto;height:clamp(32px,4.2vh,44px)}
