@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Russo+One&display=swap);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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-background{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%}.parent-container{height:100vh;margin-top:5rem;position:fixed;width:100vw}.outside-container,.parent-container{align-items:center;display:flex;justify-content:center}.outside-container{box-Shadow:0 4px 10px #00000080;flex-direction:column;height:calc(100% - 64px);width:55%}.custom-button:hover{background-color:theme-palette-customButtonColor-dark!important}@media (max-width:768px){.outside-box-landing{justify-content:center}.inside-box-landing{background-color:gold}}