.page-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 800px;
  background-color: lightgrey;
  border-radius: 10px;
  height: 1150px;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  background-color: green;
}

.image-container {
  margin-left: auto;
  margin-right: auto;
  width:720px;
  background-color: white;
  padding: 10px;
  height: 650px;
  border-radius:    10px;
}

.caption{
  margin: 10px 0px;
}

h1{
  text-align: center;
}

h3{
  text-align: center;
}

.morris{
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  height: 600px;
  object-fit: cover;
  border-radius:    5px;

}

.timeline{
  margin: 10px 100px 10px 100px;
  //background-color: pink;  
}
