.btn-block {
  background-color: #E83C68;
  color: white;
  border-radius: 50px;
}

.btn-block:hover {
  background-color: #01083b;
  color: white;
}