body>header{grid-area:header;background-color:#2c2c2c;color:#fff;nav { background-color: #2c2c2c; color: white; display: flex; flex-direction: row; justify-content: center; align-items: center; menu { flex-direction: row; display: flex; padding: 0 8px; flex-wrap: wrap; > li { list-style: none; } } } a, a:visited { color: white; font-weight: bold; text-decoration: none; padding: 8px; display: inline-block; } a.active { background-color: #4d4d4d; } a:hover { background-color: #595959; text-decoration: none; }}