.bg-gradient-primary {
  background-color: #e1b1ba;
  background-image: linear-gradient(180deg, rgba(137,170,188,0.64) 100%, #224abe 10%);
  background-size: cover;
}

.btn {
  /*width: 200px;*/
  /*height: 100px;*/
  /*background-color: #e1b1ba;*/
  /*text-align: center;*/
}

