.container {
  max-width: 960px;
}

.header {
  overflow: hidden;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
}

.justify {
  text-align: justify;
  text-justify: inter-word;
  padding-top: 30px;
}