Journey with Purpose. Align with Destiny.
.footer {
background-color: #004d26; /* Deep Green */
color: #ffd700; /* Golden Yellow */
text-align: center;
padding: 20px;
margin-top: 30px;
font-size: 14px;
border-top: 3px solid #ffd700;
}
.footer a {
color: #ffd700;
text-decoration: none;
font-weight: bold;
}
.footer a:hover {
text-decoration: underline;
}