.button-rounded-hover {
  background-color: inherit;
  border: 1px solid white;
  padding: 1rem 2rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.button-rounded-hover:hover,
.button-rounded-hover:focus {
  background-color: #34495e;
}
