body {
  margin: auto 5%;
}

h1 {
  text-align: center;
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
div {
  font-size: 22px;
  line-height: 35px;
}
img {
  margin: auto 5%;
  width: 90%;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
}
a {
  display: block;
  line-height: 32px;
  text-decoration: none;
}
