.congrats {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
}
.whiteBox {
    background-color: #fff;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 30px;
}
.whiteBox h5 {
    padding-bottom: 15px;
}
.congrats lottie-player {
    display: none;
    width: 200px;
    height: 200px;
}
/*
.congrats lottie-player:nth-of-type(2) {
    display: inline-block;
}
*/
