body
{
    background-color:white;
}

h1
{
	display: flex;
	justify-content: center;
	border: solid black;
	background-color:white;
	width: auto;
}

a
{
	color: rgb(7, 199, 200);
}

a:hover
{
	background-color: aquamarine;
}

a:visited
{
	color: rgb(7, 199, 199);
}

h3
{
	color: black;
	text-decoration: underline;
}

.activite
{
	justify-content: space-around;
	border: solid black;
	border-radius: 20px;
	
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: rgb(185, 226, 240);
	width: auto;
}

.enonce
{
	width: 70%;
}


.activite > img
{
	object-fit: contain;
	width: 370px;
	height: 200pt;
}




