h1, h2, h3, h4, li {
  text-align: center;
  color: brown;
  font-family: Ubuntu, sans-serif;
  text-shadow: 2px 2px 5px orange;
}

h1 {
  font-size: 50px;
}

nav ul li {
  background: gold;
  color: black;
  display: inline-block;
  list-style-type: none;
  padding: 5px 15px;
  margin: 2px;
  align-items: center;
  border: 2px solid orange;
  border-radius: 10px;
  border-width: medium;
  font-family: Ubuntu, sans-serif;
  text-align: center
}

p{
  background: gold;
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto
  list-style-type: none;
  padding: 5px 15px;
  margin: 2px;
  align-items: center;
  border: 2px solid orange;
  border-radius: 10px;
  border-width: medium;
  font-family: Ubuntu, sans-serif;
  text-align: center
}

nav ul li a{
  color: brown;
  font-family: Ubuntu, sans-serif;
  text-shadow: 2px 2px 5px orange;
  text-decoration-line: none;
  font-weight: bold;
}

ul {
  justify-content: center;
  display: flex;
  font-family: Ubuntu, sans-serif;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  border: 2px solid orange;
  border-radius: 10px;
  border-width: medium;
}

ul {
  list-style-type:none;
  padding: 10px 20px;
}

body {
  background:LightGoldenRodYellow;
  font-family: Lora, serif;
}

div {
  display: flex;
  align-items: center;
}
