body {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #f9f9f9;
  color: #333333;
  line-height: 1.6;
  padding: 20px;
}

h1, h2, h3, h4 {
  color: #2c3e50;
  font-weight: 600;
  margin-top: 1.5em;
}

h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

ul, ol {
  margin-left: 1.5em;
}

p {
  margin-bottom: 1em;
}

strong {
  color: #000;
}

a i {
  font-size: 1.5em;
  margin-right: 10px;
  color: #004080;
}
a i:hover {
  color: #1a73e8;
}

a img {
  vertical-align: middle;
  height: 24px;
  margin-right: 10px;
}

.about-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 2em; /* skapar luft före nästa sektion */
}

.about-text {
  flex: 2;
}

.about-img img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}my