header{
	display:flex;
	justify-content:center;
	
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:50px;
	background-color:#1A0A00;
	z-index:4;
}
#jeu{
	display:flex;
	align-items:space-around;
	height:70%;
	width:auto;
}
#deck{
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
	height:100px;
	margin:0;
	align-self:flex-end;
	
}
button{
	cursor:pointer;
}
.cta{
	color:#160A03;
	background-color:#652C10;
	padding:20px 50px;
	border: solid #160A03 10px;
	border-radius:15px;
	font-family: Kleader;
	font-size:40px;
}
.cta:hover{
	box-shadow:#160A03 1px 4px 10px;
	font-size:42px;
	/* color:#3F1C09; */
	transition: 0.2s all;
}

h1{
	font-family:'Bronco';
	font-size:100px;
	color:#1A0C00;
	opacity:0.9;
}
.cards{
	height:154px;
	width:90px;
	border-radius: 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:Kleader;
	font-size:84px;
	border: black solid 10px;
	margin:10px;
	padding: 0 20px 0;
}
html{
	background: url("../media/img/bg.jpg") #FFC282;
	
}
html,body{
margin:0;
}
body{
	text-align:center;
}


