.flex-row{
	display: flex;
} 
.justify-between{
	justify-content: space-between;
}
.flex-col{
	display: flex;
	flex-direction: column;
}