* {
  margin:0 auto;
  padding:0px;
  border:0px;
}
h2{
  color:#114567;
  text-align:center;
  text-shadow:-1px -1px white, 1px 1px #118833;
}
#cronometro {
  background-position: center top;
  background-image: url("crono.png");
  background-size:100%;
  background-repeat:no-repeat;
  margin:0px auto;
  width:300px;
  height:120px;
}
#crono {
  position: relative;
  left:35%;
  top:20%;
  color:#aa4400;
  font-size:400%;
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}
button{
  position:relative;
  color:black;
  left:38%;
  background-color: #fff3a2;
  font-family: inherit;
}
button:hover{
  background-color: #333;
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('BebasNeue-webfont.eot');
  src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
  url('BebasNeue-webfont.woff') format('woff'),
  url('BebasNeue-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
p{
  text-align:center;
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
  color: #24aa66;
}

    