body {
  background-color: #ebecef;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.header-img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: -280px;
    }

.container {
    width: 600px;
    margin: 40px auto;
}

    p.p-title {
    text-align: center;
    font-size: 0.75em;
    letter-spacing: 0.3em;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'helvetica', sans-serif;
    color: #0492AB;
}

    h1 {
    text-align: center;
    font-size: 3.2em;
    margin-top: 0px;
    margin-bottom: 40px;
}

    .portrait-img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
    border-bottom: 6px solid #0492AB;
}


    h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 2em;
    color: black
}

    .timeline-container {
    margin-top: 30px;
}

    .timeline-entry {
    background-color: #d4d4d4;
    border-radius: 5px;
    padding: 12px 28px;
    margin-bottom: 30px;
}

    p.p-date {
    font-style: italic;
    font-weight: normal;
    font-size: 1.3em;
    margin: 10px 0 0 0;
  }

    p.p-info:last-child {
    margin-bottom: 12px;
    }

    p.p-info {
    font-size: .9em;
    line-height: 1.8;
    margin: 3px 0 25px 0;
