html, body, div, span, applet, object, iframe,
                h1, h2, h3, h4, h5, h6,  blockquote, pre,
                a, abbr, acronym, address, big, cite, code,
                del, dfn, em, font, img, ins, kbd, q, s, samp,
                small, strike, sub, sup, tt, var,
                dl, dt, dd,
                fieldset, form, label, legend {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    font-weight: inherit;
                    font-style: inherit;
                    font-size: 100%;
                    vertical-align: baseline;
                }
                :focus {
                    outline: 0;
                }
                body {
                    line-height: 22px;
                    color:black;
										background-color:#e4e4e4;
									  font-size:15px;
										font-family: 'Roboto', sans-serif;
										font-weight:400;
                }
								
                blockquote:before, blockquote:after,
                q:before, q:after {
                    content: "";
                }
                blockquote, q {
                    quotes: "" "";
                }
					

					
					
main {
display:block;
float:left;
width:100%;
text-align:center;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding:5%;
	font-family: 'Roboto', sans-serif;
}
			
main  h1 {
font-size:3em;
font-weight:bold;
line-height:1em;
text-transform:uppercase;
}

			
main  h2 {
font-size:7em;
font-weight:bold;
text-transform:uppercase;
line-height:2em;
background-color:red;
color:white;
display:inline-block;
margin-top:20px;
margin-bottom:20px;
padding-left:20px;
padding-right:20px;
}

main  h3 {
font-size:2em;
font-weight:bold;
line-height:1em;
}


main p {
font-size:1.5em;
line-height:1em;
}

#count {font-size:2em;font-weight:bold;vertical-align:middle;}


@media screen and (min-width: 0px) and (max-width: 760px)  {


main  h2 {
font-size:4em;
}

main  h3 {
font-size:1.5em;
}

main p {
font-size:1em;
line-height:1.5em;
}


}

