.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  max-width: calc((220px * 5) + (20px * 4));
  margin: 0 auto;
}

.sektioner-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.sektioner-symbol {
  height: 40px;
  width: auto;
}

.sektioner-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 1000;
  text-decoration: none;
}

.sektioner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 1000;
  text-decoration: none;
}

.sektioner:hover {
  filter: brightness(0.75);
  transition: filter 0.2s ease;
}
