/* Unified button styling for the entire site */
.btn {
  display: inline-block;
  padding: 10px 10px;
  background-color: #0000ff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}

.btn {
    line-height: normal !important;
}

.btn:hover {
  background-color: #6a1b9a;
}