*{
    color:#666;
}

body{
    background-color: #010101;
}

.card{
    background-color: #111;
}

.artist{
    margin-top:0rem;
    font-size: .8rem;
}

.album{
    margin-top:.5rem;
    font-size: 1rem;
}

table{
    width:100%;
}

table tr td{
    width:50%;
}

.score{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.score > div{
    margin:0 .25rem
}

table tr td:last-child{
    text-align:right;
}
