*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header {
	background-color: #8A9A5B;
}
.header-nav {
	display:flex;
	justify-content:flex-end;
	padding:10px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-nav li a{
	margin:10px;
	padding:10px;
	text-decoration: none;
	color: white;
}
.header-nav li a:hover{
	color:#5C673C;
}
.greeting {
	text-align: center;
	margin:10 0 10 0
}
.greeting h1{
	font-family: "Betania Patmos", cursive;
	font-weight: 400;
	font-style: normal;
}
.cat-hovering img{
	text-align:center;
	display:block;
	margin:auto;
}
.construction {
	text-align: center;
	font-family: "Idiqlat", serif;
	font-weight: 400;
	font-style: normal;
}