@import "project.css";

/* Brief width and bracket height */

.brief {
  width: 40rem;
}

.briefbracket {
  height: 14.5rem;
}

.illustration {
  width: 23rem;
}

.illusmaindiv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

h1 {
  margin-top: 6rem;
}

.illusdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
