﻿.season-stat-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.coach-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items:center;
}

.matchup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border: #fbbc04 2px solid;
    border-radius: 15px;
    margin: 5px 0px;
}

.coach1 {
    margin: 1rem;
}

.coach2 {
    margin: 1rem;
}