html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body{
	margin:100px 0px 0px 0px;
	padding:0;
	border:0;
	outline:0;
	background:linear-gradient(45deg, red, black);
}
header{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	top:0;
	position:fixed;
	height:100px;
	width:100%;
	background-color:white;
}
.main{
}
#menu{
	width: 768px;
    height: 90px;
    margin-top:0px;
    margin: 0 auto;
    position: relative;
}
#menu h1{
	width: 176px;
    margin-top: 10px;
    text-align: left;
    float: left;
    font-size:30px;

}
#menu ul{
	display: inline-block;
    width: 592px;
    margin-top: 18px;
    text-align: center;
    list-style: none;
}

hr{
	height: 4px;
    background: linear-gradient(to left,yellow, orange, yellow);
    border: none;
    margin-top: 3px;
    position: relative;
}
#space{
	width:100%;
	height:1500px;
	background-image: url("./img/damare.jpg");
	background-size: cover;
}
