body{
    background: url("https://im.kommersant.ru/Issues.photo/NEWS/2015/04/27/KMO_111307_10045_1_t218_152826.jpg") no-repeat center top;
    background-size: 100% 100vmin;
    background-attachment: scroll;
}
#bgTop{
    position: relative;
    width: 250px;
    height: 300px;
    left: calc(50vw - 125px);
    top: 10%;
}
#bgLeft{
    position: absolute;
    opacity: 0.8;
    width: 200px;
    height: 140px;
    left: 5%;
    top: 10%;
}
#bgRight{
    position: absolute;
    opacity: 0.8;
    width: 200px;
    height: 140px;
    right: 5%;
    top: 10%;
}
#bg1{
    position: absolute;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#message, #stats{
    position: relative;
    max-width: 800px;
    margin: 18px auto;
    background-color: #fffffff0;
    border-radius: 8px;
    backdrop-filter: contrast(0.15);
    padding: 6px 18px;
}
#message tr th{
    font-size: 36px;
    text-decoration: underline;
}
#message tr td{
    font-size: 18px;
    width: 50%;
}