.hover-link {
    transition: color 0.3s ease-in-out;
    font-family: 'Times New Roman', Times, serif !important;
  }
  
.hover-link:hover {
    font-weight: 500;
    color: rgb(17, 77, 255); /* Bootstrap primary color */
  }

.w-full{
    width: 99%;
}

.headerLogo{
    width: 100%;
    height: 13rem;
    border-radius: 1rem;
}

@media (max-width: 700px) { 
    .headerLogo{
        width: 100vw;
        padding: 20px;
    }
 }