body { font-family: Nunito, sans-serif; color: #1c1c1c; } h1, h2 { font-family: Asap, sans-serif; color: #000000; } nav{ display: flex; flex-direction: column; align-items: center; background-color: #191970 } nav > a{ display: flex; text-decoration: none; color: #FFFFFF; font-weight: 800; font-size: 50px; font-family: Oswald, serif; } nav ul { display: flex; color: #FFFFFF; flex-direction: column; align-items: center; list-style: none; padding: 0; width: 100% } nav ul li { text-align: center; width: 100% } nav ul li a{ display: inline-block; padding: 10px 0; width: 100%; text-decoration: none; color: #FFFFFF; } header{ display: flex; flex-direction: column; align-items: center; text-align: center; } section{ display: flex; flex-direction: column; align-items: center; }