/* Center text inside link both horizontally and vertically */
/* This should work in all modern browsers. */
/* Maybe make this a default setting if this works well. */
nav.navmenu a
{
  display: inline-flex; justify-content: center; align-items: center;
}
