#logo img {
    width: 150px;
    max-width: 100%;
    /* Ensures the image is responsive */
    margin: auto;
    /* Centers the image */
    margin-top: 20px;
    display: block;
    /* Ensures the image is treated as a block element */
}