.btn-group  {
    
  background-color: #fffdf5; /* background */
  border: 1px #0a0e5a; 
  color: #13244d; /* color text */
  padding: 19px 24px; 
  cursor: pointer; 
  float: left; 
}

.btn-group :not(:last-child) {
  border-right: #000cff; 
}

.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group :hover {
  background-color: #fcfcff;
}