body > main > section {
  margin: auto;
  width: inherit;
}
body > main > section > img {
  width: inherit;
  height: auto;
}
body > main > section > h1 {
  margin-top: 10px;
}
body > main > section > h1 > a {
  text-decoration: none;
  color: #000;
}
body > main > section > h1 > a:hover {
  color: #ddd;
}
