#processing {
    width: 100%;
    height: 100%;
    background-color: #ffffff95;
    position: fixed;
    border-radius: 15px;
    top: 0;
    left: 0;
    font-size: 70px;
    color: rgb(72 71 71);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}