.page-content {
    margin-top: 80px; /* Adjust as necessary based on your navbar height */
}



p {
color: #fff;
}

.custom-link {
    color: white; /* Change the link color */
    font-weight: bold; /* Make the text bold */
    text-decoration: underline; /* Underline the link */
}
.custom-link:hover {
    color: darkwhite; /* Change color on hover */
    text-decoration: none; /* Remove underline on hover */
}

