.glitch-wrapper {
    position: relative;
    overflow: hidden;
}

.glitch-logo {
    max-height: 40px; /* Adjust the value as needed */
    max-width: 100%; /* Ensures the logo doesn't exceed the container width */
    display: block; /* Ensures no extra space around the image */
}
