body {
  width: 700px;
  margin: 0 auto;
  padding: 100px 0;

  font-family: serif;

  background-color: #eee;
}

/* НАЧАЛО (напишите ваш код здесь) */

h1, h2, h3, h4, p {
  text-align: center;
  color: #646464;
  font-weight: normal;
}
h1 {
  font-size: 70;
  font-weight: bold;
}
h2 {
  font-size: 40;
}
h3 {
  font-size: 20;
}
h4{
  font-size: 18;
}
p{
  font-size: 16;
  color: #333;
  text-align: justify;
}
/* КОНЕЦ */
