


Meridian School
body { margin: 0; font-family: Arial, sans-serif; } /* Blue banner styling */ .blue-banner { background-color: #020279; height: 100px; display: flex; align-items: center; justify-content: center; } .blue-banner img { max-height: 80px; } /* Yellow banner styling */ .yellow-banner { background-color: #ffea5e; height: 60px; . . .