* {
	margin: 0;
	padding: 0;
	font-family: Impact;
	font-weight: normal;
	font-style: none;
	color: black;
}

html {
	background-color: #b0ebeb;
	width: 100%;
	height: 100%;
}

body {
	background-color: #b0ebeb;
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 75px;
}

#menuDiv {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#UI_Menu {
	position: absolute; 
	width: 486px;
	height: 222px;
}

#UI_MenuText {
	position: absolute;
	top: 10px;
	left: 110px; 
	transform: rotate(-22deg);
}

#UI_MenuLevel {
	position: absolute;	
	top: 115px;
	left: 25px; 
	font-size: 60px;
	transform: rotate(-22deg)
}

.menuButton {
	height: 50px;
	width: 100px;
	margin-bottom: 20px;
	color: rgb(0, 255, 192);
	border: 3px solid black;
	border-radius: 10px;
	color: black;
	font-size: 20px;
}

.menuButton:hover {
	height: 60px;
	width: 110px;
	margin-bottom: 20px;
	border: 3px solid black;
	border-radius: 10px;
	color: #333333;
	font-size: 25px;
	cursor: pointer;
}

#quitButton {
	height: 30px;
	width: 55px;
	color: rgb(0, 255, 192);
	border: 3px solid black;
	border-radius: 10px;
	color: black;
	font-size: 15px;
}

#quitButton:hover {
	height: 40px;
	width: 65px;
	color: rgb(0, 255, 192);
	border: 3px solid black;
	border-radius: 10px;
	color: red;
	font-size: 20px;
	cursor: pointer;
}

#playerName {
	height: 25px;
	width: 300px;
	margin-bottom: 20px;
	color: rgb(0, 255, 192);
	border: 3px solid black;
	border-radius: 10px;
	color: black;
	padding: 10px;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  text-align: center;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: 3px solid black;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: gray;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#newPlayer {
	display: none;
}

#playerStats {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 500px;
	height: 240px;
	margin: 20px;
}

#playerNameContainer {
	position: relative;
	top: 0;
	left: 0;	
	width: 200px;
	height: 200px;
	border: 3px solid black;
	border-radius: 10px;
	background-color: rgb(0, 255, 192);
	font-size: 30px;
	padding: 10px; 
}

#codeArea {
	position: relative;
	display: block;
	top: -215px;
	left: 223px;
	width: 480px;
	height: 180px;
	border: 3px solid black;
	padding: 10px;
	font-size: 18px;
	resize: none;
}

#lifeText {
	font-size: 20px;
	padding-left: 5px;
}

#monsterInfo {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	height: 50px;
	margin: 20px;
	margin-right: 40px;
}

#monsterNameDiv {
	position: relative;
	top: 0;
	left: 0;	
	width: 250px;
	height: 40px;
	border: 3px solid black;
	border-radius: 10px;
	background-color: rgb(0, 255, 192);
	font-size: 30px;
	padding: 10px; 
	text-align: center;
}

#monsterStats {
	position: relative;
	background-color: #fff;
	right: -11px;
	top: -3px;
	width: 230px;
	height: 80px;
	border: 3px solid black;
	padding: 10px;
	font-size: 20px;
}

#orderContainer {
	display: block;
	text-align: center;
}

#order {
	text-align: center;
	font-size: 20px;
	padding-top: 25px;
	margin-bottom: 50px;
}

#wonText {
	padding-top: 25px;
	margin-bottom: 50px;
	font-size: 30px;
}

#youWon {
	padding-top: 25px;
	margin-bottom: 50px;
	font-size: 40px;
}

#bonusDiv {
	text-align: center;
}

#bonusDiv img {
	width: 75px;
	height: 75px;
	margin: 0 20px 20px 20px; 
	cursor: pointer;
}

#bonusInfos {
	display: inline-block;
	border-radius: 10px;
	background-color: #fff;
	border: 3px solid black;
	width: 500px;
	height: 100px;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	margin-top: 40px;
}

#logoDiv {
	margin-bottom: -200px; 
}

#bonusEtMalus img {
	width: 150px;
	height: 75px;
	margin: 0 20px 20px 20px; 
	cursor: pointer;
}

#soumettre {
	width: 195px;
	height: 150px;
	background: rgba(255, 255, 255, 0);
	text-align: center;
	border: 0;
	border-top: 2px dashed black;
	font-size: 18px;
}	

#rulesDiv {
	margin: 0 10% 0 10%;
	border-left: 3px dashed black;
	border-right: 3px dashed black;
	height: 99%;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 2px 2px 40px #555;
}

.spanRules {
	font-weight: bold;
}

#rulesExit {
	position: absolute;
	margin: 20px 20px 0 20px;
	font-size: 25px;
	text-decoration: none;
}

#rulesTextDiv {
	margin: 200px 0 10px 10px;
	text-align: left;
}

.creditsTitle {
	font-size: 25px;
	text-decoration: underline;
	margin-bottom: 10px;	
}

.creditsName {
	font-weight: lighter;
	font-size: 18px;
	margin-right: 10px;
}

.firstName {
	font-weight: lighter;
	font-size: 18px;
	color: rgb(100, 100, 100);
}

#bonusUI {
	position: absolute; 
	width: 486px;
	height: 222px;
	background-image: url("img/UI/Menu1.png");
}

#graph img {
	width: 300px;
	height: 200px;
	margin: 20px;
	border: 1px solid black;
}

#graph {
	margin-top: 150px;
}

#newPlayer input {
	width: 200px;
	height: 25px;
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
}

#newPlayer #submit {
	width: 100px;
	height: 25px;
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
}