body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #0076be;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}


h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.btn-client {
  background-color: #0076BE;
  color: #ffffff;
}

.btn-client:hover {
  background-color: #339933;
  color: #ffffff;
}