header{width:100%;height:50px;line-height:50px;padding:5px 10px;position:fixed;background-color:var(--header-bg-color);z-index:20}footer,header{color:var(--header-text-color)}footer{min-height:20vh;display:flex;flex-flow:row nowrap;justify-content:space-evenly;padding:10px;background-color:var(--menu-bg-color)}footer .footer__row{margin-bottom:20px}footer li,footer ul{list-style:none;padding-left:0}footer li:not(:last-child){margin-right:5px;padding-right:5px}.scroll-top{position:absolute;top:calc(100vh - 45px);bottom:2rem;right:1rem;width:45px;height:45px;text-align:center;line-height:12px}.scroll-top__link{position:fixed;bottom:10px;right:10px;text-decoration:none;background-color:var(--link-color);padding:1rem;font-weight:700;opacity:.3}.scroll-top__link,.scroll-top__link:hover,.scroll-top__link:visited{color:var(--text-color)}.scroll-top__link:hover{opacity:1}@media screen and (max-width:760px){footer{flex-flow:column}}