.til-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tillbehor-container {
  display: flex;
  width: 300px;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.til-title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.tillbehor-link {
  background-color: white;
  border-bottom: 1px solid rgb(200, 200, 200);
  border-radius: 4px;
  font-size: 14px;
  width: 300px;
  height: 40px;
  padding: 5px;
}

.tillbehor-link-title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(180, 0, 0);
  margin-bottom: 5px;
}

.tillbehor-link-text {
  font-size: 13px;
  color: gray;
  font-style: italic;
}