html, body { margin: 0; padding: 0; height: 100%; } .navbar { height: 49px; display: flex; align-items: center; box-shadow: 1px 1px 3px #e4e4e4; } .title{ font-size: 1.5em; margin-left: 10px; color: #333; }