body {
    background-color: #163b3c;
    margin: 0px;
    font-family: sans-serif;
}

.header {
    height: 200px;
    border-style: groove;
    border-width: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: radial-gradient(736px circle at top center, rgb(22 42 42) 50%, rgb(22 59 60));
    box-shadow: -1px 1px 7px 1px black;
    position: relative;
}

.container {
    min-height: 100vh;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #132d2e;
    display: flow-root;
    box-shadow: 0px 5px 10px 1px black;
}

.userplace {
    height: 55px;
    width: 940px;
    background-color: #245b5c;
    margin: 33px auto;
    border-radius: 11px;
    box-shadow: 1px 3px 6px 1px black;
}

.platz {
    width: 27px;
    height: 76px;
    position: absolute;
    background-image: url(img/frame.png);
    /* border-radius: 120px; */
    font-size: 28px;
    font-family: sans-serif;
    text-align: center;
    line-height: 42px;
    margin-top: -6px;
    background-size: contain;
    margin-left: -10px;
    padding-right: 229px;
    color: #fff;
    padding-left: 7px;
    text-shadow: 1px 1px 4px black;
    letter-spacing: -1px;
    z-index: 2;
}

.userpic {
    width: 67px;
    height: 67px;
    position: absolute;
    background-color: #1e1e1e;
    border-radius: 120px;
    background-size: contain;
    margin-left: 29px;
    box-shadow: 1px 1px 4px 2px black;
    margin-top: 1px;
    z-index: 3;
}

.UsernameList {
    position: absolute;
    margin-left: 110px;
    font-family: sans-serif;
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
}

.WalletList {
    position: absolute;
    text-align: right;
    width: 909px;
    color: #f7eaa1;
    font-size: 39px;
    font-weight: 600;
    line-height: 51px;
    text-shadow: 2px 1px 7px black;
}

.PlayList {
    position: absolute;
    margin-left: 440px;
    margin-top: 5px;
    font-size: 18px;
    color: #c5c5c5;
}

.PlayListn {
    position: absolute;
    margin-top: 5px;
    margin-left: 503px;
    color: #f7eaa1;
    /* font-weight: 600; */
    font-size: 18px;
}

.headerwrapp {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

img.logo {
    margin-left: 220px;
}

.PlayList.win {
    margin-top: 27px;
    margin-left: 464px;
}

.PlayList.lose {
    margin-top: 27px;
    margin-left: 550px;
}

.PlayListn.win2 {
    margin-top: 27px;
    margin-left: 503px;
}

.PlayListn.lose2 {
    margin-top: 27px;
    margin-left: 600px;
}

.PlayList.push {
    margin-top: 5px;
    margin-left: 548px;
}

.PlayListn.push2 {
    margin-top: 5px;
    margin-left: 600px;
}

.PlayList.blackj {
    margin-top: 27px;
    margin-left: 642px;
}

.PlayListn.blackj2 {
    margin-top: 27px;
    margin-left: 673px;
}

.PlayListn {}

.TokensList {
    margin-top: 55px;
    margin-left: 39px;
    position: absolute;
    width: 200px;
    text-align: right;
    z-index: 12;
    color: #363636;
    font-weight: 600;
    /* text-shadow: 2px 1px 4px black; */
    font-size: 15px;
    line-height: 15px;
}