
.sigmaligma{
	
	display:flex;
	justify-content:space-around;
	gap:20px;
	
	
}
p{
	background-color:grey;
	border:2px,black;
	color:white;
	border-radius:5px
	
}
link{
	color:orange
}
a:link{
	color:orange
}