.project-title {
  padding-top: 0.1vh;
}

.wave-meta-anchor {
  position: relative;
}

.meta-box-container {
  border: 2px solid black;
  border-radius: 1rem;
  box-shadow: 0 1rem 4rem #0003;
  background-color: #fff;
  color: #000;
  width: min(550px, calc(100% - 2rem));
  min-height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.meta-box-item {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
}

.meta-box-spacer {
  flex: 0 0 2px;
  background-color: black;
  padding: 0;
  align-self: stretch;
}

.project-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  width: 100%;
}

.project-tag {
  margin: 0px 0px;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
  box-shadow: 2px 2px 2px lightblue;
  background-color: #24262b;
  transition: all 0.3s ease;
}

.project-tag:hover {
  padding-left: 12px;
  padding-right: 12px;
}

.project-container-description {
  max-width: 1200px;
  margin-top: 5rem;
}

.project-description pre {
  text-wrap: wrap;
  font-family: inherit;
}
