.Header__logo img {
    max-width: 150px; /* Adjust this value to your preference */
    max-height: 100%; /* Ensures the height is not exceeded */
    height: auto; /* Maintains aspect ratio */
}

