h1 {
	text-align: center
}

h3 {
color: #a52a2a; /* Цвет заголовка */
font-size: 24pt; /* Размер шрифта в пунктах */
font-family: Georgia, Times, serif; /* Семейство шрифтов */
font-weight: normal; /* Нормальное начертание текста */
}

h2 {
  position: relative;
  text-align: center;
}

h2:after {
  width: 150px;
  height: 1px;
  background: #085077;
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: -10px;
}
