body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#292929;display:flex;flex-direction:column;font-family:Space Grotesk,sans-serif;height:auto;width:100%}body{margin:0;padding:0}.page-container{background-color:#292929;display:flex;flex-direction:column;overflow:auto}.content-wrapper{display:flex}.main-content{background-color:#292929;width:100%}.footer{background-color:#111;color:#fff}#noCopy{-webkit-user-select:none;user-select:none}.scroll-up-button{background-color:#729ee1;border-radius:50%;bottom:100px;color:#fff;cursor:pointer;height:auto;line-height:10px;opacity:0;padding:10px;position:fixed;right:30px;text-align:center;transition:opacity .4s ease-in-out;width:auto;z-index:999}.scroll-up-button i{font-size:24px}.scroll-up-button.visible{animation:glowing 2s infinite;opacity:1}@keyframes glowing{0%{box-shadow:0 0 10px #251abc}50%{box-shadow:0 0 20px #8d72e1}to{box-shadow:0 0 10px #1d1abc}}