body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 900px;
  margin: 40px auto;
  line-height: 1.6;
  padding: 0 20px;
  color: #222;
}

/* Layout for header section */
.header {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}

/* Profile photo */
.profile-photo {
  width: 230px;
  height: auto;
  border-radius: 4px;
}

/* Headings */
h1 {
  margin-top: 0;
}

h2 {
  margin-top: 40px;
}

/* Links */
a {
  color: #0645ad;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}


a:hover {
  text-decoration: underline;
}

.contact {
  font-style: normal;
  line-height: 1.3;
}
