.flex-row {
	display: flex;
}
.flex-5 {
	width: 50%;
}
.text-c {
	text-align: center;
}
.text-r {
	text-align: right;
}