      /* Add some style to the page */
      body {
        font-family: 'Arial', sans-serif;
        margin: 0;
        padding: 0;
      }
      /* Add some style to the header */
      header {
        background-color: #333;
        color: white;
        padding: 30px;
        text-align: center;
      }
	  /* Add some style to the footer */
      footer {
        text-align: center;
      }
      /* Add some style to the main content */
      main {
        margin: 0 auto;
        max-width: 800px;
        padding: 20px;
      }
      /* Add some style to the section headers */
      h2 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 10px;
      }
      /* Add some style to the resume items */
      .resume-item {
        margin-bottom: 10px;
      }
      .resume-item .title {
		font-size: 24px;
        font-weight: bold;
      }
	  .resume-item .project {
        font-weight: bold;
      }
	  .resume-item .accomplishments {
        font-weight: bold;
      }
      .resume-item .date {
        font-style: italic;
      }
      .resume-item .description {
        margin-top: 10px;
      }