#match {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 300px;
    font-family: 'Quicksand',sans-serif;
}
#match .name, .match .score {
    padding: 10px;
    text-align: center;
}
#match .name {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

