html {
  font-family: sans-serif;
  font-size: max(3ex, 8vmax);
  line-height: 1.618;
}

body {
  display: flex;
  flex-flow: column;
  margin: auto;
}

article {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

menu {
  list-style: none;
}

.muah {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  margin: auto; 
  min-height: 100vh;
}

@media (orientation: portrait) {
  h1 { 
    flex-flow: column;
  }
}

a {
  display: flex;
}

i {
  font-style: unset;
  font-size: 3em;
}

:focus {
  outline-style: double;
  outline-width: thick;
}

:hover {
  text-decoration-style: wavy;
}
