#scrollToTop .extra{margin-top:4px;text-align:left;display:none;}#scrollToTop:hover .extra{display:block;}#scrollToTop>div{background-color:#eee;}#scrollToTop{background:transparent;border-radius:2px;top:10%;color:#333;display:none;font-size:1rem;right:16px;min-width:20px;text-align:center;padding:0 5px 1px;animation:buttonFade 1s 2s 1 forwards;position:fixed;}#scrollToTop a{display:block;}body{color:white;text-align:center;}.hflexed{display:flex;flex-direction:row;align-content:right;justify-content:space-around;flex-wrap:wrap;}.spacer{flex-grow:1;}.links{flex-grow:2;}header a{color:black;text-decoration:none;}.links>*{padding:15px;margin-top:19px;}.underline{height:4px;width:8px;margin:auto;background-color:rgba(7,2,75,0);transition:background-color 0.4s,width 0.6s,height 0.3s;}div.link:hover .underline{width:100%;background-color:rgba(255,33,23,1);height:8x;}.green{height:4px;width:8px;margin:auto;background-color:rgba(7,2,75,0);transition:background-color 0.4s,width 0.6s,height 0.3s;}div.link:hover .green{width:100%;background-color:rgba(33,255,23,1);height:8x;}