.Header__logoLink {
    display: flex;
    align-items: center; /* Align image and text vertically */
    text-decoration: none; /* Remove underline */
}

.Header__logoLink img {
    margin-right: 12px; /* Add space between the image and text */
}

