﻿div.projektbild {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

div.projekttext {
    text-align: center;
    padding: 10px 20px;
}

.projekttitel {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.projektbeskrivning {
  font-size: 16px;
  margin-bottom: 0.3em;
}
.projektdatum {
  font-size: 14px;
  color: #666;
}

.projektbilder-multipla {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.projektbilder-multipla img {
  max-width: 200px;
  height: auto;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
}