#content {
  display: flex;
  flex-direction: column;
}

#graphs-description {
  margin-left: auto;
  margin-right: auto;
}

#legend {
  font-size: 0.9em;
}

@media (max-width: 767px) {
  #graphs-description {
    text-align: center;
  }
  #legend {
    text-align: left;
  }
}

#graphs {
  text-align: center;
}

.country-image {
  margin: 5px;
  box-shadow: none;
}
