/* home */

#linktopright {
  font-size: 0.9rem;
  position: absolute;
  right: 10px;
  top: 10px;
}

#linktopright a {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #ffff00;
  color: #000;
  transition: color 0.3s ease;
}

#linktopright a:hover {
  color: #f00;
}

/* favourites */

#textlinks a {
  color: #000066;
  background-color: #ffff00;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

#textlinks a:hover {
  text-decoration: underline;
}

.categories {
  background-color: #ff9900;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000066;
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: -15px;
}

img {
  margin: 0 10px 10px 0;
  border: 1px solid #ff9900;
  border-radius: 4px; /* optional für modernere Optik */
}
