
      body {
        background-color: #fff;
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        padding: 1em;
        margin: 0;
      }

      h1 {
        color: hotpink;
        border-bottom: dotted 10px purple;
        font-size: 2em;
        font-family: Georgia, 'Times New Roman', Times, serif;
        
      }

      h2 {
        font-size: 1.5em;
        font-style: italic;
      }

      .job-title {
        color: green;
        font-weight: bold;
      }
ul {
  background-color: lightgray;
  border: 5px solid purple;
  padding-left: 20px;
  
}
a {
  color: red;
}
a :hover {
   text-decoration: none; 
    color: green;
}
    