* {
  margin: 0px;
  padding: 5px;
  line-height: 1.25;
  font-family: Courier New, monospace;
}

.header {
  font-weight: normal;
  background-color: darkolivegreen;
  color: goldenrod;
  text-align: center;
  font-size: 30px;
}

.navbar {
  overflow: hidden;
  background-color: lavender;
  text-align: center;
}

.navbar a{
  color: goldenrod;
  padding: 5px 15px;
  font-size: 15px;
}

body {
  background-color: lavender;
}

a {
  text-decoration: none;
  color: darkolivegreen;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: goldenrod;
}

h2 {
  font-weight: normal;
}

.intro {
  border-bottom: 2px solid goldenrod;
}

.post h5 {
  font-size: 15px;
  font-weight: normal;
  font-style: oblique;
  border-bottom: 2px solid goldenrod;
}

.links {
  border: 2px solid goldenrod;
  margin: 0px;
  padding: 15px;
  max-height: 190px;
}

.images {
  text-align: center;
}

.poem {
  text-align: center;
}
