@font-face {
   font-family: FiraMono;
   src: url(FiraMono-Regular.woff) format("woff"),
   url(FiraMono-Regular.eot) format("embedded-opentype");
}

html, body, footer, p, h1{
    margin: 0;
    padding: 0;
    width:90%;
}

footer{
	padding:20px;
}

h2{
	font-size:30px
}

h4{
	font-size:25px
}

p {
	font-size: 24px;
}

#imagen
{
   position: relative;
}

#crono {
    bottom: 130px;
    color: red;
    font-size: 6em;
    left: 420px;
    position: absolute;
}

