html {
    height: 100%;
}

body {
    height: 100%;
    background: url("https://static.deathmatch.tf/bg.jpg");
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://static.deathmatch.tf/Montserrat-Regular.otf");
}

@font-face {
    font-family: "Montserrat-Black";
    src: url("https://static.deathmatch.tf/Montserrat-Black.otf");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("https://static.deathmatch.tf/Montserrat-SemiBold.otf");
}

.Text:hover {
    filter: brightness(120%);
}

.box {
    box-shadow: 3px 0px 30px 11px rgb(0 0 0 / 30%);
    border-color: #343534;
    background: #343534;
    color: #c7c0b5;
    border-radius: 10px;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    transform: scale(1.25);
}

.box .heading h1 {
    font-size: 25px;
    font-weight: bolder;
    font-family: "Montserrat-Black";
    display: flex;
    align-items: center;
    gap: 5px;
}

.box .heading h1 img {
    width: 22px;
}

.box .heading h3 {
    font-size: 14px;
    font-weight: bolder;
    font-family: "Montserrat-Black";
    margin-top: -10px;
    margin-bottom: 10px;
}

.box .desc {
    font-size: 12px;
    font-family: "Montserrat";
    color: #c7c0b5;
    margin-bottom: 19px;
}

.box .cnt-button .btn-custom {
    font-size: 14px;
    font-family: "Montserrat-Black";
    color: #343534;
    font-weight: 900;
    border: none;
    box-shadow: #0000001f 0 0 11px 1px;
    width: 100%;
    background: linear-gradient(180deg, rgba(193,187,176,1) 0%, rgb(118 114 107) 100%);
}

.box .cnt-button .btn-custom:hover {
    filter: brightness(1.2);
}

.leaderboard {
    border-width: 1px;
    border-color: #2c2f2c;
    border-style: solid;
    border-radius: 5px;
    box-shadow: inset 0px 0px 15px 0px #0000004d;
    background: #2f2f2f;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 8px !important;
}

.leaderboard ul {
    list-style: none;
    padding: 4px 0px;
    margin: 0;
}

.leaderboard ul li {
    font-size: 10px !important;
    font-family: consolas,monospace;
    padding: 3px 0;
    border-bottom: 1px solid #232323;
}

.leaderboard ul li:last-child {
    border: 0;
}

.leaderboard ul li p {
    color: #938d87;
    margin: 0;
}

.leaderboard ul li p:hover {
    color: #c7c0b5;
}

.leaderboard ul li .d-flex.justify-content-around {
    justify-content: space-between !important;
    padding: 0 15px;
}

.box2 img {
    float: right;
    width: 10%;
}

.heading h3 {
    font-style: italic;
}

.container.h-100.d-flex.align-items-center {
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
}

.box.w-50.row.p-2 {
    width: 100% !important;
    max-width: 560px;
    margin: 0 auto;
}

.whitelinks a:hover {
    filter: brightness(130%);
}

.Text:hover {
    filter: brightness(120%);
}

/* Media queries can be adjusted as needed */
@media (max-width: 767px) {
    .box {
        transform: scale(1);
    }

    .leaderboard {
        margin-top: 15px !important;
    }
}
