@font-face {
    font-family: "Sui Generis";
    src: url("./fonts/DIMITRI_.ttf") format("truetype");
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    margin:2% 2% 2% 2% ;
    font-size: 1.2em;
    background: #0D0E14;
    color: #eeee;
    font-family: "Space Mono";
}
h1 {
    font-family: "Space Mono";
    font-weight: 900;
    font-size:3em;
}
h2,h3,h4,h5,h6 {
    font-family: "Space Mono";
    font-weight: 900;
    font-size:1.5em;
}
/* scoreboard table */
td {
   /* wrap text if long in table */
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.rank {
   /* centering rank numbers and trophies */
    text-align: center;
    vertical-align: middle;
}
th {
    font-weight: 1000;
    letter-spacing: 0.04rem;
    background-color: #2a2b3b;
}
/* activity */
ul.list-group.list-group-striped li:nth-of-type(odd) {
    background: #2b2b3a;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #15151E;
    border: 1px solid transparent;
}
