.match-result{
    text-align: center;
    flex-basis: 30%;
    margin-bottom: 2rem;
}

.center{
    text-align: center;
}

#results{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
