h1 {
	font-size: 60px;
	text-align: center;
}
 header {
    height: 60px;
    min-height: 69px;
    min-width: 1000px;
    border-bottom: 4px solid #343436;
    box-shadow: 0 1px 1px black;
    background-color: black
}

body {


}