*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* min-height: 100vh; */
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
    font-family: 'Red Rose', cursive;
}
.simply-word{
    font-size: 20px;
    font-weight: 700;
}
.simply-amount{
    font-size: 40px;
    display: block;
}
.simply-section{
    background: #fff;
	width: 180px;
	height: 180px;
	margin: 0 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.relojcaja{
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    align-items: center;
	justify-content: center;
	text-align: center;
}
#contador {
	display: flex;
	justify-content: center;
    margin-bottom: 100px;
}
.header{
    font-size: 1rem;
    padding: 10px;
    color: #fff;
}
.mensaje{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 10px;
    flex-direction: column;
}
.submensaje{
    padding: 5px 0;
}
p{
    padding: 5px;
}
