.header_image {
  width: 100%;
}

@media only screen and (orientation: landscape) {
  body {
    width: 50%;
  }
}

body {
  font-family: Tahoma, Geneva, sans-serif;
  margin: auto;
  background-color: white;
  color: #ff945b;
}

footer {
  text-align: center;
  border-top: 1px solid #8aa2a2;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 1em;
}

a {
  color: #8aa2a2;
}

.list_header {
  font-size: 1.5em;
}

.list_specifics {
  column-count: 2;
}
