@keyframes slideOutIn{0%{margin-right:0}25%{margin-right:-80px;margin-left:0}26%{margin-left:-180px;margin-right:0}50%{margin-right:0;margin-left:0}}:root{--grey-background:#eaeaea;--black-1:#000;--black-2:#1e1e1e;--black-3:#303030;--yellow-1:#ffcd6d;--white-1:#fff;--grey-1:#767676;--grey-2:#d9d9d9;--grey-3:#dedede;--grey-4:#a3a2a2;--grey-5:#bebaba;--red-1:#f1807e;--green-1:#30cf28}body,html{max-width:100vw;overflow-x:hidden;min-height:100vh}body{color:var(--black-1);background:var(--grey-background);background-image:url(/noise3.png);background-repeat:repeat;background-size:1250px 1250px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,body,button{font-family:var(--font-lato),Arial,Helvetica,sans-serif}a,button{font-size:16px;line-height:24px}*{box-sizing:border-box;padding:0;margin:0}a,button{color:var(--black-1);text-decoration:none}body{overflow-x:hidden;width:100%}body.locked{height:100vh;height:var(--app-height);overflow:hidden}body.fixed,body.locked{position:fixed}body .App{overflow:initial!important}