#scroll-to-top-button{position:fixed;bottom:30px;right:30px;background-color:transparent;padding:10px;cursor:pointer;display:none;z-index:1000}#scroll-to-top-button a{display:block;width:50px;height:50px}#scroll-to-top-button img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}#scroll-to-top-button:hover img{transform:scale(1.1)}