.container {
  background-color: #e9d0c2;
  font-family: 'Times New Roman', Times, serif;
  font-size: larger;
}

h1, h2, h4 {
  text-align: center;
  margin-top: 15px;
}

h4 {
  padding-bottom: 10px;
}

section {
  border: thin solid darkred;
}

.jumbotron {
  margin-top: 15px;
}

header {
  /* Using sticky postion on header element */
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  z-index: 9999;
  top: 0;
  background-color: white;
  border: 2px solid #0a360a;
}

div.position img {
  /* Using relative postion to position image after footer*/
  position: relative;
  left: 400px;
  border: 3px solid black;
  margin-bottom: 20px;
}
