.wait {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#wait1 {
    background-color: grey;
    opacity: 0.5;
    z-index: 99
}

#wait2 {
    background-color: transparent;
    z-index: 100
}

.wait img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
}

.pe {
    width: 50%;
    max-width: 100%;
    display: block;
    margin: auto;
}

#selectf {
    display: none;
}

.cla {
    color: aqua;
}

#claim h1 {
    visibility: hidden;
}