body { margin: 0; padding: 0; font-family: sans-serif; background:
    #f9fafb; color: #1b1b1b; line-height: 1.6; }
      
header { background: white; padding: 10px ; border-bottom: 1px solid
    #e5e7eb; text-align: center; }

.header-container { max-width: 820px; margin: auto; display: flex;
    justify-content: space-between; /* name on left, email+CV on right
    */ align-items: center; } .header-container p { margin: 0; }
      
header h1 { font-size: 2.2rem; margin: 0; font-weight: 700; }
      
      
header a { color: #138d75; text-decoration: none; font-weight:
          500; }
      
main { max-width: 820px; margin: auto; padding: 30px 20px; }
      
section { margin-bottom: 50px; }
      
h2 { font-size: 1.8rem; margin-bottom: 12px; color: #111827;
     border-left: 4px solid #138d75; padding-left: 10px; }
      
ul { padding-left: 20px; }

li { margin: 12px 0; }

.pub-title { font-weight: 600; }

a { color: #138d75; text-decoration: none; }

a:hover { text-decoration: underline; }

.profile-pic { width: 160px; height: 160px; border-radius: 100%;
	       object-fit: cover; float: left; margin-right: 15px;
	       /*position: relative; */
	       border: 4px solid #ffffff;
	       box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
    
