body {
  background-color: #F8F9FA;
  font-family: 'Montserrat', sans-serif;
}

.container {
  margin-top: 100px;
}

h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #0056B3;
  text-align: center;
}

p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
}
