body {
    background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em;
    margin: 0;
  }

  h1 {
    /* color: #375e97; */
    color: hotpink;
    font-size: 2em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* border-bottom: 1px solid #375e97; */
    border-bottom: 10px dotted purple;
  }

  h2 {
    font-size: 1.5em;
    font-style: italic;
  }

  .job-title {
    color: #999999;
    font-weight: bold;
  }

  a:link,
  a:visited {
    color: #fb6542;
  } 

  a:hover {
    text-decoration: none;
    color: green;
  }

  ul {
    background-color: #eeeeee;
    border: 5px solid purple;
    padding: 30px;
  }