.bodyWrapper { font-family: "Roboto", sans-serif; color: #797878; margin-right: auto; margin-left: auto; width: 100%; max-width: 1600px; background-color: #ffffff; } a:hover, a:focus { color: tomato; } .headerWrapper { min-width: 1200px; max-width: 1600px; width: 100%; margin-left: auto; margin-right: auto; background-color: rgb(6, 59, 60); color: white; } .navWrapper { display: flex; max-width: 1300px; margin-left: auto; margin-right: auto; padding: 10px; justify-content: space-between; } .mainWrapper { min-width: 1200px; max-width: 1600px; /* max-width: 1300px; */ margin-left: auto; margin-right: auto; /* background-color: rgb(247, 243, 243); */ } .menuWrapper { width: 400px; background-color: rgba(250, 103, 6, 0.4); color: rgb(68, 68, 68); padding: 10px; font-weight: 700; } .searchWrapper { width: 200px; border-radius: 5px; background-color: #ffffff; } .footerWrapper { min-width: 1200px; max-width: 1600px; margin-left: auto; margin-right: auto; background-color: rgb(6, 59, 60); color: white; } .App { text-align: center; } .App-logo { height: 60px; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } /* .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); } } */ .footer-logo { height: 50px; } .footerNav { display: flex; max-width: 1300px; margin-left: auto; margin-right: auto; padding: 10px; justify-content: space-between; } .logoBlock { border-radius: 50%; background-color: #ffffff; width: 50px; height: 50px; } .firstpage { text-align: center; padding-left: 200px; padding-right: 200px; padding-bottom: 200px; padding-top: 50px; background-color: white; } .formWrapper { display: flex; justify-content: center; } .greetingCard { width: 300px; padding: 10px; background-color: lightgray; border-radius: 5px; } .greetingLogo { width: 100%; } /* .loginIconWrapper { width: 40px; height: 40px; border-radius: 5px; padding: 8px; } */ .loginIcon { width: 40px; height: 40px; border-radius: 5px; padding: 8px; }