/* Custom button styles */
.custom-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-nav-button .button-text {
  text-align: center;
  margin-left: 5px;
}
