body {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  color: rgb(101, 0, 0);
}

a:hover {
  color: rgb(101, 0, 0);
}
/* navbar */
.navbar-brand {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  padding-left: 1.5rem;
  color: rgb(101, 0, 0) !important;
}
/* narbar end */

/* body text */
h1, h2, h3, h4, h5, h6, p {
  margin: 2rem;
}
/* body text end */


/* box stuff */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;   
  margin: 0 auto;
  padding: 2rem 1rem;
}

.category-box {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.image-wrap {
  aspect-ratio: 16 / 9;      /* adjust ratio? */
  overflow: hidden;          
  border-radius: 4px;        
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.category-box:hover .image-wrap img {
  transform: scale(1.10);
}

.info {
  padding: 1rem 0.25rem;
}
/* box stuff end */


/* footer */
/* footer end */
