.main-header { background-color: white; color: green; font-size: 2rem; margin-bottom: 8px; } .main-navigation { display: flex; justify-content: space-around; align-items: center; background-color: green; font-size: 1.3rem; height: 45px; } .main-navigation a { color: white; text-decoration: none; } .main-header div { display: flex; align-items: center; } .main-header img { height: 50px; margin: 6px; }