#content > section.full {
  width: 100%;
}

header {
  box-shadow: none;
}

.full > img {
  width: 100%;
}

.content {
  width: 90%;
  margin: 1em auto;
}

.title {
  font-size: 1.5em;
}

.moreInfo {
  margin: 1em auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}