@import url('https://fonts.googleapis.com/css?family=Miss+Fajardose|Lobster+Two|Indie+Flower');

body,html {
	background:#817E81;
	width:100%;
	height:100%;
	margin:0 auto;
}

h1, h2, h3{
	text-align:center;
	width:100%;
	color:#DEC8E0;
}

h1 {
	background:#3D0042;
	font-family: "Lobster Two", sans-serif;
	position: absolute;
	top: 0;
}

#h1{
	height: 70px;
	width: 100%;
}

#h1 img{
	max-height: 25px;
	position: relative;
	left: 10px;
	top: 27px;
	z-index: 999;
}

h2 {
	font-weight: normal;
	font-family: "Miss Fajardose", cursive;
}

h3{
	padding-top: 5px;
}

#h3{
	margin: 0 auto;
	background-color:#3D0042; 
	width: 210px;
	height: 35px;
	border-radius: 20px;
	font-family: "Indie Flower", sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
}

.carre{
	border: solid 1px black;
	border-radius: 10px;
	background: #5E555E;
}

#cgen{
	padding-bottom: 80px;
}

#foot{
	background-color: #3D0042;
	color: #3D0042;
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0px; 
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#foot a{
	color: #3D0042;
}

#test{
	position: absolute; 
	right: 10px; 
	top: 32px; 
	color: #3D0042;"
}

#test:hover, #foot a:hover{
	color: white;
}