 .custom-btn {
  background-color: #D9EAFD;
  color: #5e6a75;
  border: 1px solid #BCCCDC;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.custom-btn:hover {
  background-color: #EFF3F9;
  color: #D9EAFD;
  border-color: #A8B8C8;
}



