/* Set a max-width for the page content */
body {
    max-width: 800px;
    margin: 0 auto;
    font-family: sans-serif;
  }
  
  /* Style the header */
  header {
    text-align: center;
    padding: 2em 0;
  }
  
  .profile-image {
    width: 176px;
    border-radius: 50%;
  }
  
  h1 {
    margin: 0;
  }
  
  h2 {
    margin: 0;
    color: #666;
    font-size: inherit;
  }
  
  /* Style the main content */
  main {
    padding: 2em;
    line-height: 1.5;
  }
  
  a {
    color: #007bff;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  