body {
    background-color: #edede9;
    ;
}

.display-2 {
    line-height: 4rem;
}

.display-4 {
    line-height: 4rem;
}

.top {
    background-color: #68c4ac;
}

.stat {
    font-size: 2rem;
}

.rank {
    font-size: 1.1rem;
}

.img {
    rounded
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #cdbfbf; // Choose your own color here
 }