/* style.css */
.holy-green-bg {
    background-color: #006948;
}
.bg-gold {
    background-color: #ffd700 !important;
}
.text-holy-green {
    color: #006948 !important;
}
footer {
    text-align: center;
    color: #ffd700;
}
footer a {
    color: #ffd700;
}
