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