@font-face {
    font-family: "Splatfont2";
    src: url("../font/Splatfont2.ttf");
}

@font-face {
    font-family: "Splatfont1";
    src: url("../font/Splatfont1.ttf");
}

.navbar {
    font-family: "Splatfont2";
}

.container {
    max-width: none;
}

body {
    background-image: url(../img/bg.png);
    background-size: cover;
}

table td {
    background-color: #000;
    border: 0.5px solid #111;
    padding: 15px;
}

table h2 {
    font-size: 1rem;
    text-align: center;
    font-family: "Splatfont2";
    color: white;
}

table td canvas {
    width: 200px;
    height: 200px;
}

table tr:first-child td {
    border-bottom: 1px solid #fff;
}

table tr td:first-child {
    border-right: 1px solid #fff;
}

.x-canvas {
    height: 50vh;
    box-sizing: border-box;
}

.x-table tr,
.x-table td {
    width: 1000px;
    height: 10px;
    padding: 0;
}

.x-table,
.x-table tbody {
    width: 1000px;
    height: 20px;
}

#by-count,
#by-date {
    padding: 20px;
}

.btn-group {
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    width: 75%;
    margin-left: 12.5%;
    padding-bottom: 20px;
}

.btn-group a {
    border: 1px solid black;
    background-color: rgb(207, 0, 207);
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.btn-group img {
    height: 100px;
    width: 100px;
}

.btn-group a:hover {
    background-color: rgb(255, 120, 255);
}

.btn-group a.active {
    background-color: purple;
}

.btn-group a.active:hover {
    background-color: rgb(165, 0, 165);
}

@media (max-width: 600px) {
    .btn-group img {
        height: 50px;
        width: 50px;
    }
}