#app {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: blur(100px);
}

#app img {
    width: 100%;
    height: 100%;
}

#counter {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2em;
    color: white;
    font-weight: bolder;
}

#counter::after {
    content: '%';
}