body {
  padding-top: 5rem;
}
p {
  text-align: justify;
}

@media (min-width: 1200px) {
  .container{
      max-width: 900px;
  }
}
