
body {
    animation: none;
    background: none;
}
.bodybg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    background-image: url(/assets/main/neb4.png);
    background-size: cover;
    image-rendering: pixelated;
    background-position: center bottom;
    /* animation: huerotate 4s linear infinite; */
    animation: huerotate 2s linear infinite;
    filter: saturate(1.5) hue-rotate(145deg);
    /* transform: scale(1.5); */
    /* transform-origin: bottom;*/
}
.hofpage {
    
}
.hofpage-main {
    
}
.hofpage-title {
    outline: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    background-color: rgba(130, 120, 120, 0.3);
    background-color: rgba(157, 117, 117, 0.3);
    border: 5px dotted rgb(255, 195, 195);
    border: 8px outset rgb(255, 195, 195);
    box-sizing: border-box;
    /* line-height: 43px; */
    padding: 15px 10px 10px;
    max-width: 400px;
    margin: 90px auto 20px;
    animation: huerotate 0.4s linear infinite;
    color: #ffe9e9;
    font-size: 45px;
    text-shadow: 0 0 10px rgba(174, 255, 137, 0.63);
    box-shadow: 0 5px 0px 4px rgba(255, 214, 214, 0.2);
}
.hofpage-leaderboards {
    max-width: 800px;
    max-width: 900px;
    max-width: 100vw;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}
.hofpage-leaderboards .leaderboard {
        display: inline-block;
    width: 32%;
    width: 47%;
    box-sizing: border-box;
    min-width: 300px;
    border: 18px double rgba(255, 214, 214, 0.5);
    box-shadow: 0px 0px 42px -10px rgba(255, 222, 222, 0.5);
    background-color: rgba(129, 119, 119, 0.3);
    margin: 0 5px;
    max-width: 375px;
    max-width: 400px;
    vertical-align: top;
}
.hofpage-leaderboards .leaderboard-entry {
    min-height: 35px;
    font-size: 25px;
    font-size: 24px;
    font-size: 23px;
    text-align: left;
    line-height: 1.3;
    color: #ffdfdf;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(174, 255, 137, 0.41);
}
.hofpage-leaderboards .leaderboard-entry-username {
    font-size: inherit;
    color: #ffdfdf;
    display: inline;
}

.hofpage-leaderboards .leaderboard-title2 {
    font-size: 26px;
}






















