img.crown {
  width: 150px;
  margin: 0 auto;
  display: block;
}

h2.list-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #606060;
}

h2.list-title + hr {
  width: 50%;
  margin: 0 auto;
}

footer {
  background-image: linear-gradient(to right, #fff, #e2e5f4);
}

