body {
  	background-image: url(./artificial-intelligence.jpg);
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	height: 800px;
  	color : White;
	text-align: center;
	font-weight: bold;
}
p {
	font-size : 20px;
	color: #1a489c;
}
h1{
	background-color : Black; 
	color: White;
	font-family: arial;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	border: 2px solid black;
	width : 400 px;
	border-radius: 100px;
	padding: 10px;
	margin-left:100px;
	margin-right:100px;
}
h2 {
	background-color : white; 
	color: black;
	font-family: arial;
	font-style :italic;
	font-size: 20px;
	text-align: center;
	border: 2px solid white;
	width : 400 px;
	border-radius: 15px;
	padding: 10px;
	margin:20px;
	margin-left:500px;
	margin-right:500px;
}

#content{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
#input{
	text-align: center;
	margin:5px;
	margin-left: 50px;
	padding: 10px;
	width: 35%;
	border:solid 1px black;
	color: #1a489c;
	background-color:#1382c1;
}

#graphBG{
	height: 300px; 
	width: 500px;
	margin-right: 50px;
	background-color: rgba(255,255, 255, 0.9);
	opacity: 0.0;
}

#graph{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#moyenne {
	font-size : 24px;
	color: #083d9c;
}
#list {
	font-size : 24px;
	color: #083d9c;
}

#lien {
	font-family: impact;
	text-align: center;
	margin:5px;
	padding: 10px;
	width: 25%;
	border:solid 1px black;
	background-color: #E1E1E5;
	color: black
}
a:hover {
	background: #3077e194;
}
