body {
	font-family: sans-serif;
	font-size: 16px;
}

.header {
	display: flex;
}

.header-text {
	color: teal;
	width: 150px;
}

.row {
	display: flex;
}

.row-text {
	width: 150px;
}
