.btn-disc {
    background-color: #7289da;
    color: #f8f9fa;
}


/*.col-sm {
    border: black;
    background-color: white;
    color: black;
}*/

.bg-disc {
    background-color: #26262b;
}

@media (max-width: 992px) {
    .mobile-off {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding-left: 100px;
        padding-right: 100px;
    }
    .disc-card {
        background-color: #2C2F33;
        margin-top: 250px !important;
        padding-top: 50px;
        margin-bottom: 600px !important;
        padding-bottom: 50px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border-radius: .3rem !important;
    }
}

.disc-card {
    background-color: #2C2F33;
    margin-left: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-right: 10px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: .3rem !important;
}

.foot {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section {
    margin-top: 200px;
    margin-bottom: 400px;
}

.list-item {
    background-color: #343a40;
    border: 0 !important;
}

.foot-end {
    padding-bottom: 20px;
}

.circle {
    height: 100px;
    width: 100px;
    background-color: #7289DA;
    border-radius: 50%;
    display: inline-block;
}

.num-circle {
    margin-top: 36px;
}

.stats {
    font-size: 1.1rem;
}

.count {
    font-weight: bold;
}

@font-face {
    font-family: 'PressStart2P';
    src: url("/static/fonts/PressStart2P-Regular.ttf");
}

.particles {
    font-family: 'PressStart2P' !important;
    position: fixed;
    color: #6c757d !important;
    font-size: 2rem;
    left: 50%;
    z-index: -100;
}

.numbers {
    font-size: 2.2em;
}