.content {
  max-width: 800px;
  margin: auto;
}

.header {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background: #7DAB9C;
}

body {
  background-color: #f2f5f8;
  padding: 50px;
  display: inline;
}

h1 {
  font-family: 'Ubuntu', sans-serif;
  color: #f2f5f8;
  text-align: center;
  font-size: 55px;
  font-weight: 800;
  text-shadow: 0 -1px 0 #A0A0A0;
  /* Check it out! My first CSS comment haha!  */
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #606263;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  /* Check it out! My first CSS comment haha!  */
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #606263;
  line-height: 1.7;
}
