body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  font-family: 'Merriweather', system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
}

#header {
  align-items: center;
  background-image: url(images/bg.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  width: 100%;
}

.screenshot {
  max-height: 611px;
  margin: 0 0 15px;
  max-width: 1141px;
  width: 100%;
}

.screenshot-no-shadow {
  max-height: 570px;
  margin: 0 0 15px;
  max-width: 1100px;
  width: 100%;
}

p {
  margin: 0;
}

#intro {
  color: black;
  font-size: 33px;
  margin: 0 0 30px;
  text-align: center;
}

#intro-paragraph {
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  max-width: 1000px;
  text-align: center;
}

#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0;
  padding: 0 0 40px 0;
  width: 100%;
}

.standard-paragraph {
  color: #333333;
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 20px 0;
  max-width: 1000px;
  text-align: center;
}

.keyboard-shortcuts {
  max-height: 98px;
  margin: 40px 0;
  opacity: .5;
  max-width: 839px;
  width: 100%;
}

a {
  color: #00a5d9;
}


@media (max-width: 960px) {

  #header {
     padding: 20px;
  }

  #content {
    padding: 0 20px 20px;
  }

  #intro {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    text-align: left;
  }

  #intro-paragraph, .standard-paragraph {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }

  .keyboard-shortcuts {
    margin: 0 0 20px;
  }

}
