.bor {
	border-style:solid;
	border-width: 1px;
	margin: 1px;
}

.cen{
	display: flex;
	justify-content: center;
	align-items: center;
}

img{
	margin: 4px;
}

.le{
	text-align: left;
}