.normal-link {
    color: #1E293B;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}
  
.normal-link:hover {
    color: rgb(41, 62, 71);
}