/* General styling */ body { font-family: Helvetica, arial; margin: 0; padding: 0; } /* Styling for the blue banners */ .blue-banner { background-color: #020279; /* Blue color */ height: 1in; width: 100%; display: flex; align-items: center; justify-content: . . .