.btn-royal-blue {
  background-color: rgb(65, 105, 225);
  /* Royal Blue */
  color: white;
  border-color: rgb(65, 105, 225);
}

.btn-royal-blue:hover {
  background-color: rgb(50, 90, 210);
  /* Slightly darker shade for hover */
  border-color: rgb(50, 90, 210);
}

.header-royal-blue {
  background-color: rgb(65, 105, 225);
  /* Royal Blue */
  color: white;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}