@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i');


html, body  {
    font-family: 'Montserrat', sans-serif !important;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    background-color: #f1f1f1;
}

.logo {
  width: 300px;
  margin: 0 auto;
}

.info {
  margin: 50px;
  font-size: 16px;
  color: #1f3b78;
  text-transform: uppercase;
  font-weight: 700;
}

.info-small  {
  margin-top: 30px;
  font-size: .75em;
}