body {
  	background-image: url(./train.jpg);
	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	height: 800px;
  	color : Black;
	text-align: left;
	font-weight: bold;
}
p {
	font-size : 25px;
	color : Black;
}
h1{
	background-color : Black; 
	color: White;
	font-family: arial;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	border: 2px solid black;
	border-radius: 100px;
	margin-left:30%;
	margin-right:30%;
}
label {
	color :black;
	padding-right: 10px;
	font-size : 19px;
}

select {
	padding: 2px 5px;
	font-size : 17px;
}
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: 20px;
	margin:20px;
	margin-left:50%;
	margin-right:50%;
}
#lien {
	font-family: impact;
	font-size: 16px;
	text-align: center;
	margin:5px;
	padding: 10px;
	width: 25%;
	border:solid 1px black;
	background-color: #E1E1E5;
}
a:hover {
	background: #4928169e;
}
#content{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
#gares{
	text-align: center;
	margin:5px;
	padding: 10px;
	width: 30%;
	border:solid 1px black;
	background-color:#1382c1;
}
#reponses{
	text-align: center;
	margin:5px;
	padding: 10px;
	width: 40%;
	border:solid 1px black;
	background-color: #1382c1;
}
