.logo img {
    width: 100px;
    /* Adjust the width as needed */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 10px;
    /* Adjust the radius for rounded corners */
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
}

#cookie-banner a {
    color: #4CAF50;
    text-decoration: underline;
}