dl.stats {
    display: grid;
    grid-template: auto auto / repeat(3, 1fr);
    gap: 1em 1em;
    align-items: stretch;
    text-align: center;
}


dl.stats > div {
    background-color: #e1dcd0;
    justify-items: center;
    vertical-align: middle;
    padding: 0.5em;
    border: 1px solid transparent;
    transition: all 0.2s;
}

dl.stats > div:hover {
    border-color: #8d6546;
}


dl.stats > div > a {
	text-decoration: none;
}


dl.stats div dt {
    margin: 0;
}
