.overlay-parent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(255,255,255,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity:0;
}

.overlay-text{
    font-size:2em;
    margin:0 !important;
    text-align:center;
}

.overlay-circle{
    width:8vw;
    height:8vw;
}