@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    background-color: #151618;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.bg-discord {
    background-color: #00aa25;
}

.navbar {
    padding: 20px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    font-size: 30px;
}

.container-1 {
    margin-bottom: 50px;
}

.bg-grey {
    background-color: #111111;
}

.card {
    border-width: 0px;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 20px;
}

.brand-line {
    margin-top: 40px;
    margin-left: 15px;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 50px;
    color: white;
}

hr {
    border-color: white;
}

p {
    line-height: 30px;
}

.title-line {
    padding-top: 25px;
    color: #ffffff;
    margin-left: 40px;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.card-body {
    text-align: center;
}

.btn-discord {
    color: #ffffff;
    background-color: #00aa25;
    border-color: #00aa25;
}

.btn-discord:hover {
    color: #ffffff;
    background-color: #007619;
    border-color: #007619;
}

.big-text {
    font-size: 36px;
}

.card-text {
    font-size: 16px;
}

input {
    margin: 25px;
    border-color: #00aa25;
    border-width: 5px;
    color: #00aa25;
}

.form-control {
    border-color: #00aa25;
    border-width: 2px;
    border-radius: 10px;
    color: #00aa25;
    margin-left: 40px;
    margin-right: 40px;
}

.form-control:active {
    border-color: #00aa25;
    border-width: 3px;
    border-radius: 10px;
    color: #00aa25;
}

.list-group {
    list-style: none;
    background-color: #15161800;
}

.list-group-item {
    list-style: none;
    background-color: #15161800;
    border-width: 0px;
}

.date {
    font-size: 12px;
}

.link {
    font-weight: bold;
    color: white;
    text-decoration: none;
    position: relative;
}

.link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.5s ease;
}

.link:hover {
    text-decoration: none;
    color: white;
}

.link:hover::before {
    width: 100%;
}

.card {
    border-width: 0px;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    background: rgba(17, 17, 17, 0.1); /* Semi-transparent background */
    backdrop-filter: blur(2px); /* Background blur effect */
    -webkit-backdrop-filter: blur(2px); /* For Safari */
}

.card-img-top {
    width: 200px; /* Set the same width and height to make it a circle */
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto; /* Center the image */
}

.card-body {
    text-align: center;
    background: rgba(17, 17, 17, 0.8);
    border-radius: 5%;
}

.btn-discord {
    color: #ffffff;
    background-color: #00aa25;
    border-color: #00aa25;
}

.btn-discord:hover {
    color: #ffffff;
    background-color: #007619;
    border-color: #007619;
}

.count-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.count-container .count-box {
    background: rgba(17, 17, 17, 0.8); /* Semi-transparent background */
    backdrop-filter: blur(2px); /* Background blur effect */
    -webkit-backdrop-filter: blur(2px); /* For Safari */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 0 10px; /* Added margin between count boxes */
    flex: 1; /* Ensure equal width for each box */
}

.count-container h4 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.count-container p {
    font-size: 32px;
    font-weight: bold;
    color: #00aa25;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Made with Heart by .jaybelife */
/* Theme:         Sky Theme */
/* Version:       7.4.1 */
/* Website:       https://jaybelife.de */
/* Copyright:     2024-xxxx*/

