* {
  background: #403F4C;
  color: #8eb8e5;
  font-family: monospace;
  padding: 1%;
}

h1, h2 {
  font-family: sans-serif;
  color: #FFC145;
}

a {
  font-family: sans-serif;
  color: #20a39e;
}

a:visited {
  color: #a67f8e;
}

body {
  max-width: 400px;
}

ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style-type: none;
}
