body{
    background: url("https://cdn.profile.ru/wp-content/uploads/2021/09/8567795.jpg") no-repeat center top;
    background-size: 100% 100vmin;
    background-attachment: scroll;
}
#bgLeft{
    position: absolute;
    width: 300px;
    height: 220px;
    left: 2%;
    bottom: 2%;
}
#bgRight{
    position: absolute;
    width: 300px;
    height: 220px;
    right: 2%;
    bottom: 2%;
}
#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%;
}