.body { align-items: center; color: #353A3F; display: flex; flex-direction: column; font-family: "Manrope", sans-serif; justify-content: center; } .content-bounded { max-width: 1000px; padding: 30px; width: 100%; } .wide-bg { background-color: #23286b; color: #FFF; display: flex; padding: 10px; justify-content: center; width: 100%; } a, a:visited { color: #1599D2; } .logo { color: #23286b; font-size: 1.4rem; } .button, .button:visited { background-color: #f1b503; border-radius: 4px; color: #23286b; font-weight: bold; line-height: 1.75; padding: 16px 20px; text-decoration: none; } .hero { display: flex; flex-direction: column; } @media screen and (min-width: 1024px) { .hero { flex-direction: row; } .hero > * { flex-basis: 50%; } } .key-benefits { display: flex; flex-direction: column; } @media screen and (min-width: 1024px) { .key-benefits { flex-direction: row; } .key-benefits > * { flex-basis: 33%; padding: 10px; } } footer { border-top: 2px solid #23286b; font-size: 0.9rem; margin-top: 100px; padding-top: 20px; } input, button { font-size: 1.2rem; padding: 20px; width: 100%; } button { cursor: pointer; }