.btn-blue {
  background-color: #4b7dc2;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}

.btn-yellow {
  background-color: #f1b60d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}