.team {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 25px;
	margin-bottom: 20px;
}
.teamate {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.tm-name {
	font-weight: bold;
}
.tm-title {
	font-style: italic;
}

#banner {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
}
