body {
  margin: 0;
  padding: 0;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: white;
  text-align: center;
}

h1 {
  margin-top: 2rem;
  font-size: 2rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.desc {
  margin: 1rem auto 2rem;
  max-width: 600px;
  padding: 0.5rem 1rem;
  background: rgba(0,0,0,0.45);
  border-radius: 10px;
}

img {
  position: fixed;
  left: 0px;
  bottom: -1px;
}

