.wrapper {
    background: url('/static/img/pokerbg_generated.jpg') no-repeat center center;
    background-size: cover;
    /* color: white; */
    height: calc(100vh - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.table {
    position: absolute;
    /*top: 20vh;*/
    /*bottom: 20vh;*/
    /*left: 20vw;*/
    /*right: 20vw;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vh;

    /* background-color: #0453257b; */
    border-radius: 30%;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
