body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: monospace, Helvetica, sans-serif;
}

#sorting-container {
	width: 1136px;
	height: 610px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.array-element {
	margin: 0 2px;
	background-color: #121212;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 4px;
	/* vertical-align: bottom; */
}

.functionContainer {
	margin-top: 10px;
	/* background-color: #e94b3c; */
	background-color: #010188;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
	/* height: 70px; */
}

.speedContainer {
	display: flex;
	width: 200px;
	justify-content: space-between;
}

#speedText {
	color: #ffffff;
	font-size: 16px;
}

.buttonContainer {
	margin-top: 8px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 900px;
}

.sortingAlgo {
	display: flex;
	flex-direction: row;
}

.btn {
	background-color: #010188;
	border: none;
	color: #ffffff;
	padding: 8px;
	/* border-radius: 8px; */
	font-size: 20px;
	cursor: pointer;
	font-family: monospace, Helvetica, sans-serif;
}

.btn:disabled {
	color: #ff3535;
}
