/////////////////// // // // MAIN HEADER // // // /////////////////// .logo { height: 3rem; margin-right: .5em; } .title { text-decoration: none; } .main-header { nav { display: flex; flex-direction: column; ul { align-self: center; } a { h1 { margin: 0; } } .header-navigation { width: 100%; justify-content: space-evenly; } } }