#all-container {
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;

    display: flex;
    flex-direction: column;
    align-items: center;
}

#year-select-container {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#game-select-container {
    
}

.week-group {
    width: 100%;
    max-width: 500px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.game-selector {
    padding: 5px;
}
.year-select {
    cursor: pointer;
    user-select: none;
}
.year-select:hover {
    stroke-width: 1.5;
}

.current-year-select {
    stroke-width: 1.5;
}