/* Base styles */
body {
  background-color: lightgray;
}

ul {
  padding: 0 40px;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #007edf;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

button {
  cursor: pointer;
  margin: 0;
}

/* Helpers */
.is-hidden {
  display: none;
}
