


.divo3{
	text-align:left;
	align-items:center;
	border: 2px solid gray;
	padding:10px;
	background-color:#C0C0C0;	
	display:flex;
	flex-direction:column;
	gap:10px;		
	width:400px;
}
.divo{
	text-align:left;
	align-items:center;
	border: 2px solid black;
	width:100%;
	background-color:#808080;	

}
.divo2{
	text-align:center;
	align-items:center;
	border: 3px solid black;
	width:120px;
	background-color:#808080;	

}
.divo4{
	text-align:left;
	align-items:center;
	border: 3px solid black;
	width:125px;
	background-color:#808080;	

}
.divo5{
	text-align:center;
	border: 3px solid black;
	width:105px;
	height:40px;
	background-color:#808080;	

}
.divo6{
	text-align:left;
	align-items:center;
	border: 3px solid black;
	width:100%;
	background-color:#808080;	

}
.DIV{
		display:flex;
	flex-direction:row;
	gap:20px;
	
}