.logo img {
    content: url('https://flatnine.co/assets/img/logo.png'); /* Update image source using content property in CSS */
    width: 20px;  /* Adjust width as necessary */
    height: auto;  /* Adjust height to maintain aspect ratio */
    display: block; /* Ensures the image is treated as a block-level element */
}