body {
    font-size: medium;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.header-count span,.header-online span {
    text-shadow: 1px 1px 4px black, 0 0 10px black;
}

.header {
    height: 300px;
    background-image: url("./img/bg.webp");
    align-items: baseline;
    display: flex;
    background-position-x: center;
}
    .header .row {
        align-items: center;
    }
    .header .col span {
        font-family: sans-serif;
        text-shadow: 
            1px 1px 4px black, 
            0 0 10px black;
        min-width: 200px;
    }
    .header-content {
        max-width: 1000px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .header-online {
        text-align: right;
    }
    .header-logo > div {
        text-align: center;
        padding-bottom: 40px;
    }
    .header-logo > div > span {
        font-size: larger;
    }
    .header-logo img {
        width: 100%;
        max-width: 400px;
    }
    @media screen and (max-width: 800px) {
        .header-online, .header-count {
            display: none;
        }
    }
.navbar {
    background: linear-gradient(0deg, rgb(43, 46, 53) 0%, rgb(53, 61, 66) 100%)
}
.nav-item {
    background: rgba(0,0,0,0);
}
    .nav-item:hover {
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        background-color: rgb(78, 102, 116);
    }
    .nav-item a {
        padding: 10px 25px 10px 25px !important;
    }
.footer {
    padding-top: 20px;
    display: block;
    background-color: #292e33;
}
    .footer .row {
        width: 800px;
    }
    .footer p {
        text-align: center;
    }
.copyip {
    display: initial;
    border-radius: 20px !important;
}
    .copyip:hover {
        background: lightgray;
    }
    .copyip:active {
        background: white;
    }
    .copyip input:nth-child(1) {
        cursor: pointer;
        font-size:larger;
        height: auto;
        text-shadow: none !important;
        background: none;
        border: none;
        color:black;
        text-align: center;
    }
    .copyip span:nth-child(2) {
        top: -2px;
        position: relative;
        padding: 10px;
        font-size:smaller;
        text-shadow: none !important;
    }
.content {
    padding: 0 !important;
    background:rgb(52, 58, 62) !important;
}
.server-ip {
    margin-top: 30px;
    justify-content: center;
    display: flex;
}
.nav-active {
    font-weight: bolder;
}