body{
    margin: 0;
    overflow: hidden;
    background: #6f6f6f;
    position: relative;;

}

#bouncer {
    position: absolute;
    width: 100px;
    height: auto;
}

.random-img {
    position: absolute;
    width: 173px;
    height: 60px;
}

.center {
    display: block;
    margin: auto;
    padding-top: 50vh;
    width: auto;
}

.glitch-container {
    position: relative;
}

.glitch-img {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 100px;
    height: auto;
    transition: transform 0.05s ease;
}

.glitch-img:nth-child(2) {
    opacity: 0.7;
    mix-blend-mode: lighten;
}