body{
	background-color: #c478ff;
}
.corps{
	width: 85%;
	margin: auto;
	text-align: center;
}

.chaine {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 50px;
}
.chaine img {
	width: 150px;
	border-radius: 50%;
	border: 5px solid transparent;
	transition: border 0.5s ease;
}
.chaine img:hover, .chaine img:has(~ span:hover) {
	border: 5px solid #9246ff;
}
.chaine span {
	font-size: 22px;
}

li {
	text-align: justify;
}