body {
  background: #301616 url('/images/retro_rainbow_sun.svg') no-repeat bottom left;
  background-attachment: fixed;
  border-top: 14px solid #92cf8b;
}

#main {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#title {
  color: #ddd;
}

div.local-menu {
  border-bottom: 14px solid #ac2206;
  /* background-color: #dae10b; */
  background-color: #334;
}

.section {
  background-color: #f7d58a;
  border: 14px solid #f7622d;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
}

.pure-menu-item a {
  color: #ddd;
  text-decoration: underline;
}

.pure-menu-item a:hover {
  color: white;
  background-color: #3a72dd;
}
