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


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

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

@media (min-width: 992px) {
    .navbar {
        padding-left: 100px;
        padding-right: 100px;
    }
}

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

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

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

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

.img {
    height: 26px;
}

tr {
    background-color: #2C2F33;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.username {
    word-break: break-word;
}

td,
th {
    vertical-align: middle !important;
}

@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;
}

.command {
    font-weight: lighter !important;
}