#to-top{position:fixed;z-index:1;right:1.5rem;bottom:-3.25rem;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:25px;color:var(--mf-beige);background:var(--mf-green-1);box-shadow:0 0 .5rem #0000004d;transition:bottom .5s ease-in-out,transform .2s ease-in-out}#to-top.show{bottom:1.5rem}#to-top:focus,#to-top:hover{transform:scale(1.1)}#to-top svg{height:2rem;width:2rem}