body {
	color: #ffd9d9;
	font-size: 20px;
	background-color: #1c1a1a;
	margin: 0px;
}
h1 {
	color: #B4451A;
	text-align: center;
	background-color: #eee;
	border: 3px solid #B4451A;
	font-size: 60px
}
p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #ffd9d9;
	text-decoration: none;
}
a:hover {
	color: #663b3b;
}
ul {
	display: flex;
	justify-content: space-between;
}
#homenav {
	position: absolute;
    height: 61px;
    width: 344px;
    left: 597px;
    top: 7px;
}
#homenav a {
	height: 100%;
	width: 100%;
	display: block;
}
