li {
    display: inline;
    float: left;
}
ul#menu li{
	display: inline;
}
#menu {
	background-color: black;
	color: white;
	padding: 4px 65px;
	text-decoration: none;
}
ul#menu li a:hover {
	background-color: black;
}
body {
	background-color: #FFBF00;
}
h1 {
	text-align: center;
}
ul#menu li a {
	background-color: black;
	color: white;
	padding: 4px 65px;
	text-decoration: none;
}
div#p {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	text-align: center;
}
div#h {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
embed {
	text-align: center;
}
p {
	text-align: center;
}