@charset "UTF-8";#backToTop{position:fixed;bottom:30px;right:30px;background:#043d2c;color:white;border:none;border-radius:50%;width:50px;height:50px;font-size:1.5rem;display:flex;justify-content:center;align-items:center;box-shadow:0 10px 25px rgba(47,128,237,0.3);cursor:pointer;opacity:0;transition:opacity 0.3s ease,transform 0.3s ease;z-index:999}#backToTop:hover{transform:scale(1.1);background:#00bf39}#backToTop.show{opacity:1}
