body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

.navbar {
  height: 90px;
  box-shadow: none;
}

.navbar .navbar-brand {
  height: 80px;
}

.main-container {
  margin-top: 40px;
  padding-bottom: 200px;
}

p {
  font-size: 14px;
  line-height: 22px;
}

.btn-fullwidth {
  width: 100%;
}

.mb-3 {
  margin-bottom: 10px;
}

.block-label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

