@import url("./index.css");

.project {
  width: 100%;
}

.project h3 {
  font-weight: normal;
  background-color: var(--foreground);
  color: var(--background);
  padding: 0.025rem 0.025rem;
  display: inline-block;
  font-size: clamp(1.125rem, 2.5vw, 1.333rem);
}

.project img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  border-radius: var(--radius);
}

.project-info {
  margin-top: 0.25rem;
}
