
body {
    margin: 0;
    padding: 5rem 0 5rem 0;
    width: 100%;
    font-size: 10px;
    font-family: "Lato" , sans-serif;
    height: 100%;
    
}

body .page {
position: relative;
z-index: 3;
width: 90%;
max-width: 120rem;
margin: 0 auto;
text-align: center;
}

body .page h1 {
font-size: 5rem;
font-weight: 300;
margin: 10rem 0 2rem 0;
padding: 0 0 0 0;
color: white;
line-height: 3rem;
}

body .page p {
font-size: 1,4rem;
line-height: 1,5rem;
font-weight: 300;
color: yellow;
}

body .page #timer {
    margin: 6rem 0 0 0;
    font-size: 6rem;
    font-weight: 300;
    color: yellow;
}

body .page #timer span {
margin: 0 4rem 0 0;
display: inline-block ;
text-align:center ;
line-height: 1,7rem;
}

body .page #timer span i {
    font-style: normal;
    font-size: 1rem;
    color: yellow;
}
