.custom-button {
  border: 1px solid #124242;
  transition: border-color 0.5s ease;
}
.custom-button:hover {
  border: 1px solid white;
}