h1 {
font-family:  Arial, sans-serif;
color: orangered;
background-color: gray;
display: flex;
justify-content: center;
align-items: center;
}
p {
font-family: "Comic Sans MS", cursive, sans-serif;
color: aqua;
display: flex;
}
h1 {
font-family: "Comic Sans MS", cursive, sans-serif;
}
li {
font-family: "Comic Sans MS", cursive, sans-serif;
display: flex;
justify-content: center;
align-items: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
@font-face {
  font-family: "ancient";
  src: url("font/ancient.ttf") format("truetype");
}

a {
  color: blue;
  text-decoration: none;
}

a::before {
  content: "ᐰ";
}

.local-link::before {
  content: a;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

h1::before {
  font-family: "ancient";
  color: black;
  content: "daudgwaidgwaidic";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

h1::after {
  font-family: "ancient";
  color: black;
  content: "cidiawgdiawgduad";
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

nav a {
background-color: lightgray;
display: inline-block;
text-decoration: none;
border: 10px outset gray;
}
header, nav, header h1 {
background-color: black;
}
body{
background-color: darkgray;
}

footer {
background-color: black;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
