html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
    font-family: 'Anton', sans-serif;
}

body {
	line-height: 1;
	margin: 0;
	background: url("sunrise_from_space.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000000;
}

}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    border: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


.box {
	font-size: 32px;
	background: #F5EBEF;
	width: 100px;
	margin-left:15%;
	margin-right:auto;
	margin-top: 15%;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
	
	-moz-box-shadow: 0px 0px 100px #FFFFFF;
	-webkit-box-shadow: 0px 0px 100px #FFFFFF;
	box-shadow: 0px 0px 100px #FFFFFF;
}

