main a {
    color: var(--Marian-600) !important;
}

main a:hover {
    text-decoration: underline;
    color: var(--Marian-800) !important; /* Optional: darker shade for hover */
}

.resource-list {
  list-style: none;
  padding:0;
}

.resource-list li {
  margin-bottom: 30px;
}

.list-title {
  font-family: var(--font-poppins); 
  font-size: var(--fs-title-3); 
  font-weight: var(--fw-semibold); 
  color: var(--Grayscale-600); 
}

.book-title {
  color: var(--Grayscale-600); 
  font-family: var(--font-poppins); 
  font-size: var(--fs-title-3); 
  font-style: italic; 
  font-weight: var(--fw-semibold); 
}

.book-author {
  color: var(--Grayscale-600); 
  font-family: var(--font-poppins); 
  font-size: var(--fs-title-3); 
  font-weight: var(--fw-regular); 
}

.desc {
  font-family: var(--font-roboto); 
  font-size: var(--fs-headline); 
  font-weight: var(--fw-regular); 
  color: var(--Grayscale-800); 
}

.list-image {
  width: 250px;
  height: auto; 
}

.list-image2 {
  width: 360px;
  height:auto;
}

#organizations,
#books {
  scroll-margin-top: 20px;
}