html, body {
    width: 100%;
    overflow-x: hidden;
}

.container {
    color: white;
    border-radius: 12px;
    border: 3px;
    border-style: inset;
    border-color: silver !important;
    background-color: rgba(0, 0, 0, 0.4588235294117647)
}

.text-shadow {
    text-shadow: 1px 1px 2px #000, 1px 1px 2px #000, 1px 1px 2px #000;
}

h1.gametitle {
    font-size: 40px;    
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

html, body {
    background-image: url("../images/main54/barrichrome_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;    
}

input {
    color: white !important;
    background-color: #000 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #666 !important;
}

.btn-primary {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.text-muted {
    color: #999!important;
}

a {
    color: rgb(155, 155, 155);
}

#updates {
    max-height: 705px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #919191;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover{
    background: #919191;
}
::-webkit-scrollbar-track{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: inset 7px 10px 12px #ffffff;
}