.custom-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0F4C8B; /* Dark blue background */
  color: white;
  text-decoration: none;
 /* border-radius: 5px;*/
 /* transition: background-color 0.3s ease;*/
}

.custom-button:hover,
.custom-button:active,
.custom-button:focus,
.custom-button:visited {
  color: #fff;
  text-decoration: none;
}

.custom-button:hover {
  background-color: #b84998;
}



#site-wrapper > div.site-inner > div:nth-child(9){
    background-color: var(--secondary);
    color: #fff;
    padding: 30px 0; }

#woWGzKOGmpyBHaA4RJBU6FGZ > h3 {
     color: #fff;
}
