.btn {
  background-color: #0387e8;
  color: #fff !important;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 5px;
  transition: all .2s;
  margin: 5px 0;
  border: none;
}
  
.btn:hover {
  background-color: #24a0f8;
}

.btn--link {
  background-color: transparent;
  color: #0387e8 !important;
}

.btn--link:hover {
  background-color: transparent;
  text-decoration: underline;
}