body {
  background-color: #111;
}

.header {
  background-image: url('beans-dithered-small.png');
  background-size: 100%;
  max-width: 1000px;
  margin: auto;
  color: #eee;
  height: 500px;
}

img {
  max-width: 300px;
  height: auto;
}

.title-text {
  margin: auto;
  text-align: center;
  position: relative;
  top: 30%;
  text-shadow: 2px 2px #000000;
  font-size: 150%;
}

.body-text {
  margin: auto;
  font-size: 100%;
  color: #eee;
  width: auto;
  max-width: 1000px;
}
