<@html> <@/html> <@style> .menu{ display: flex; align-items: center; height: 55px; width: 100%; box-shadow: 0 4px 8px white; padding: 0 25px; box-sizing: border-box; } .menuLogo{ max-height: 55px; } .menu a{ font-size: 25px; margin: 0 15px; color: white; max-height: 100%; text-decoration: none; } <@/style>