#divPennywise {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
    height: 800px;
}

#imgPennywiseGeckoBackground {
    position: fixed;
    width: 550px;
    height: 800px;
}

#divPennywiseGecko,
#divPennywiseGecko2 {
    width: 370px;
    position: relative;
    top: -120px;
    z-index: 2;
    left: -33px;
    filter: brightness(70%);
    transform: rotate(4deg);
}