.phase-container {
	height: 70px;
	width: 100%;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.phase-title {
	font-family: hand-bold;
	font-size: 24px;
	color: whitesmoke;
	text-align: center;
}

.phase-number {
	font-family: hand-bold;
	font-size: 20px;
	background-color: whitesmoke;
	padding: 2px 10px 2px 10px;
	border-width: 0px;
	border-radius: 10px;
	width: min-content;
}