.hallOfFameTeamContainer {
	display: flex;
	border: 5px solid #ffc855;
	width: 223px;
	flex-direction: column;
	min-height: 100%;
	justify-content: center;
	align-items: center;
}

.hallOfFameFilterContainer {
	display: flex;
	border-bottom: 1px solid #2874FC;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-top: 1px solid #2874FC;
	padding-top: 10px;
}

.hallOfFameFilterInputContainer {
	margin-right: 15px;
	width: 260px;
}

.hallOfFameFilterInput {
	background-color: white;
}

.hallOfFameBody {
	display: flex;
	flex-wrap: wrap;
}

.hallOfFameTeamLink {
	margin-right: 5px;
	margin-bottom: 5px;
}