@import url("../../css/typography.297ff8161de6.css");

main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid {
  display: grid;
  grid-gap: 20px;
  z-index: 1;
  width: 80%;
}

.card {
  padding: 16px 16px 16px 16px;
  border-radius: 15px;
  cursor: pointer;
  transition: box-shadow 0.25s;
}

.card .tags {
  display: flex;
}

.card .tags h4 {
  margin-right: 10px;
}

.card::before {
  content: "";
  inset: 0;
  border-radius: 15px;
}

.card h4 {
  z-index: 2;
  margin: 5px 0 4px 0;
  font-family: inherit;
  font-weight: 600;
  font-size: var(--font-size-sm);
  line-height: 2;
}

.card p {
  z-index: 2;
  position: relative;
  margin: 0;
  line-height: var(--line-height-relaxed);
  font-size: var(--font-size-base);
}

.main-tag {
  color: blue;
  font-weight: var(--font-weight-bold);
}

.other-tag {
  color: rgb(95, 95, 245);
}

.card a {
  color: black;
}
