@charset "utf-8";
/* 

    ## #####  ##     ##
    ## ##  ## #### ####
    ## #####  ## ### ## --- CSS Document
##  ## ##  ## ##  #  ##
  ##   #####  ##     ##     JB Simon MARTINEZ © 2021 - jb-martinez.net

*/

body {
  	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#tickets {
	position: relative;
	width: 350px;
	height: 500px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);	
	background-image: url("img/tichets.jpg");
}

.container {
  position:absolute;
  width: 300px;
  height: 100px;
  margin-top: 250px;
  margin-left: 25px;
  background-image: url("img/gagner.jpg");
  border-radius: 10px;
}

.canvas {
  position:absolute;
  width: 300px;
  height: 100px;
  border-radius: 10px;
  background-image: url("img/gagner.jpg");
}