*{font-family:open sans,HelveticaNeue,Helvetica Neue,Helvetica-Neue,Helvetica,Arial,sans-serif;padding:0;margin:0;--blueClr: #0142a0;--lightBlueClr: #005ad8;--blackClr: #000;--darkGrayClr: #333;--grayClr: #555;--lightGrayClr: #999;--pastelWhite: #eae8e6;--pinkClr: #c600b6;--redClr: #d10000;--greenClr: #00d100}body{width:100%;min-height:100dvh;background-image:repeating-linear-gradient(var(--lightBlueClr),#fff);background-attachment:fixed;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:start}button{transition:transform .2s}button:disabled:hover,button:disabled:active{animation:button_shake .5s}button:not(:disabled):hover{transform:scale(1.1)}button:not(:disabled):active{transform:scale(.9)}#root{width:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:start}@keyframes button_shake{0%{transform:rotate(0)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:rotate(0)}}@keyframes sponsors_animation{0%{top:50%;right:0;transform:translate(100%,-50%)}to{top:50%;right:100%;transform:translateY(-50%)}}
