/* body { */
/*   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
/*   margin: 0; */
/*   padding: 0; */
/*   line-height: 1.6; */
/*   color: #333; */
/* } */

/* header { */
/*   background: #f5f5f5; */
/*   padding: 1em; */
/*   text-align: center; */
/* } */

/* nav a { */
/*   margin: 0 0.5em; */
/*   text-decoration: none; */
/*   /\*color: #0366d6;*\/ */
/* 		     color: #1a73e8; */
/* } */

/* main { */
/*   max-width: 850px; */
/*   margin: 2em auto; */
/*   padding: 0 1em; */
/* } */

/* h1, h2 { */
/*   color: #222; */
/* } */

/* footer { */
/*   background: #f5f5f5; */
/*   text-align: center; */
/*   padding: 1em; */
/*   font-size: 0.9em; */
/* } */

/* a { */
/*     /\*color: #0366d6;*\/ */
/* color: #1a73e8;		        */
/*   text-decoration: none; */
/* } */

/* a:hover { */
/*   text-decoration: underline; */
/* } */

/* a:visited { */
/*   color: #1a73e8; */
/* } */

/* .profile-pic { */
/*   width: 180px; */
/*   height: auto; */
/*   margin-right: 1em; */
/* } */

/* .header-content { */
/*   display: flex; */
/*   align-items: center; */
/*   justify-content: center; */
/*   flex-wrap: wrap; */
/*   gap: 1em; */
/*   text-align: left; */
/*   padding: 1em 0; */
/* } */


body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

header {
  background: #f5f5f5;
  padding: 1em;
}

nav a {
  margin: 0 0.5em;
  text-decoration: none;
  color: #3366CC;
}

main {
  max-width: 850px;
  margin: 2em auto;
  padding: 0 1em;
}

h1, h2 {
  color: #222;
}

footer {
  background: #f5f5f5;
  text-align: center;
  padding: 1em;
  font-size: 0.9em;
}

a {
  color: #3366CC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #3366CC;
}

.profile-pic {
  width: 180px;
  height: auto;
  margin-right: 1em;
  border-radius: 6px; /* opcional: vores una mica arrodonides */
}

.header-content {
  display: flex;
  align-items: flex-end;  /* ara la foto i el text s’alineen per baix */
  justify-content: center;
  gap: 1.5em;
  text-align: left;
  padding: 1em 0;
}

.header-text h1 {
  margin: 0;
}

.header-text p {
  margin: 5px 0 15px 0;
}

html {
  overflow-y: scroll;
}
