.scroll-to-top{position:fixed;z-index:100;bottom:25px;right:25px;display:flex;align-items:center;justify-content:center;background:transparent;color:#e3901a;border:none;font-size:29px;cursor:pointer;transition:all .2s ease-in-out}@media(hover:hover){.scroll-to-top:hover{color:#e3bd1b}}@media(max-width:930px){.scroll-to-top{display:none}}
