.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 40vmin; } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .pointer { cursor: pointer; } .center-children { display: flex; justify-content: center; } .flex-end { display: flex; justify-content: flex-end; } .flex-center { display: flex; justify-content: center; } .flex { display: flex; } .miniShadow { box-shadow: 0px 3px 1px 1px #eee; } nav .divider{ width: 1px; height: 38px; margin: 13px 5px; background: transparent; border-left: 1px solid #e0e0e0; } .Navbar a { color: white; } .sidenav a { color: rgba(0,0,0,0.87); height: auto; font-weight: 500; } .Link { width: auto !important; height: auto !important; } header .nav-text span[class*=MuiButton-label], header .nav-text span[class*=jss] { color: white !important; } .MuiIconButton-root-41 { padding: 0 12px !important; } .NothingHere { width: 100%; font-size: 24px; font-weight: bold; color: #acafa1; text-align: center; } .FirstScreenTopNav { float: right; min-width: 200px; color:white; top: 40px; } .stretch-background { background-size: 100% 100% !important; } .shades { box-shadow: 0px 0px 5px 5px #cecece; } .p-m { padding: 10px; } .p-s { padding: 5px; } .p-l { padding: 20px; } .p-xl { padding: 40px; } .no-padding { padding: 0 !important; }