h1{
	font-size: 50px;
	text-align: center; 
	background-color: #FF9933;
	width: 100%;
	margin-right:auto ;
	margin-left: auto;
}

body{
	background-color: #E0E4CC;
	width: 100%;
	margin-right: auto; 
	margin-left: auto; 
	font-family: 'Khula';
	font-size: 30px; 
	padding: 5px;
}
#resultados{
	border:solid 3px #69D2E7;
	text-align: center;
	font-size: 35px; 
	color: #F38630;
	padding: 5px; 
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#cont{
	background-image: url(crono.png);
	background-size: cover;
	width: 250px;
	height: 250px;
	margin-right: auto; 
	margin-left: auto; 
}
#crono{
	border: solid 2px #00FFFF;
	text-align: center; 
	background-color: #696969; 
	width: 145px; 
	position: relative;
	top:95px;
	left:40px;
	padding: 10px;
}
.b{
	width: 130px;
	height: 50px;
	text-align: center;
	font-size: 17px;
	border-radius: 28px;
	border:solid 2px #FF944D;
	background-color: #FFB870;
}
#cambiar{
	margin-left: 38%;
}
#inicializar{
	margin-left: 5%;
}