a {
    color: #153d6c;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #b99d64;

	
}

.student-corner a {
  color: #ffffff;}
.student-corner:visited{
	color: #ffffff;
}
  

.student-corner a:hover {
    color: #b99d64; 
    text-decoration: underline;
}


#copyright .col-md-4:first-child p,
#copyright .col-md-4:last-child p {
    visibility: hidden;
    position: relative;
}

#copyright .col-md-4:first-child p::after {
    content: "Copyright © 2026, University of Ghana.";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}

#copyright .col-md-4:last-child p::after {
    content: "Developed by IESS, University of Ghana";
    visibility: visible;
    position: absolute;
    right: 0;
    top: 0;
}
