/* Stylesheet refrence for all pages */

.horizontal_flex {
	display: flex;
	flex-direction: row;
}

.vertical_flex {
	display: flex;
	flex-direction: column;
}

.center {
	display: flex;
	justify-content: center;
}

#header {
	width: 50%;
	height: 100px;
	padding-inline: 0%;
	gap: 10px;
	border: 8px solid #000000;
	color: #6200ff;
	background-color: #213523;
	display: flex;
}