.flex {
	display: flex;
}

.space-x-6 {
	column-gap: 1.5rem;
}

.h-6 {
	height: 1.5rem;
}
.w-6 {
	width: 1.5rem;
}
.justify-center {
	justify-content: center;
}
