:root{--linkbutton-icon-size:32px;--sf-gray-light:#666667;--sf-gray:#313131;--sf-gray-dark:#1a1a1a;--sf-orange:#e59344;--sf-red:#e74c3c}html,body{flex-direction:column;flex-grow:1;height:100%;display:flex;overflow-x:hidden}#root{min-height:100vh}#root>div{flex-direction:column;min-height:100%;display:flex}main{flex-grow:1}.the-throngler{border-top:3px solid var(--sf-orange);box-sizing:border-box;border-right:3px solid #0000;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
