.header-logo {
    width: 500px;
    height: 60px;
    object-fit: contain; /* Keeps aspect ratio and prevents distortion */
  }

.footer-logo{
    width: 500px;
    height: 60px;
    object-fit: contain; /* Keeps aspect ratio and prevents distortion */
}