.logo {
    display: flex;
    align-items: center;
    height: 40px;
}

.logo img {
    height: 40px;
    width: auto;
    object-fit: contain;
}