img {
  width: 100%;
  margin-right: 5px;
  border-radius: 5px;
  border: 2px solid white;
  padding: 3px;
}

header {
  min-height: 100px;
  background-color: slateblue;
}

body {
  background-color: skyblue;
}

footer {
  min-height: 200px;
  background-color: slateblue;
}

ul a {
  color: white;
  text-decoration: none;
}

li {
  display: inline-block;
  width: 120px;
  padding: 5px;
  text-align: center;
  color: white;
  border-left: 2px solid slateblue;
  border-right: 1px solid slateblue;
  background-color: steelblue;
}

li:hover {
  background-color: lightgreen;
  border-style: none;
}

h1 {
  margin-left: 200px;
}

:any-link {
  color: aliceblue;
}

.lead {
  color: black;
}
