* {
 margin: 0;
 left: 0;
}

body{
 background-color: #51514f;
}

.header{
 background-color: #51514f;
 color: lightgreen;
 width: 727px;
 height: 30px;
 font-size: 25px;
 text-align: center;
 margin: 0 auto;
}

.pictureDiv{
	position: relative;
	width: 727px;
	height: 331px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

.picture{
  width: 727px;
	height: 331px;
	overflow: hidden;
}

.lcd_{
	border: 1px solid black;
	position: absolute;
	width: 548px;
	height: 105px;
	/*	transform: rotate(4deg); */
	border-radius: 5px;
	left: 87px;
	top: 112px;
}

.btn{
	position: absolute;
	top: 297px;
	left: 76px;
	cursor: pointer;
}

.lcd_Font{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	/* font-size: 27px;  */
  font-size: 50px;
	color: #2e2f2e;
}
