body {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
}

.pointer {
  cursor: pointer;
}

footer {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 40vh;

}