

.ovalButton {
  display: inline-block;
  padding: 12px 12px;
  border-radius: 6px;
  border: 0;
  font-weight: bold;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  background: #50b7ed;
  color: #fff !important;
}
/* Add a rollover background colour but keep the text white */
.ovalButton:hover,
.ovalButton:focus,
.ovalButton:active {
  background: #b7b6cd;
  color: #fff !important;
}