main {
  border: 0px solid #ca0e0e;
}

.project-info {
  border: 0px solid #780eca;
}

h1 {
  font-family: "Juana";
  font-size: 2.75em;
  margin-bottom: .4em;
}

.project-text {
  max-width: 50rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}

.project-text ul, ol {
  padding-left: 3rem;
}

.project-text li {
  margin-bottom: 1em;
}


.project-link {
  margin-bottom: 1.5em;
}

.project-info dl {
  font-size: .9em;
  line-height: 1.6em;
  max-width: 50rem;
  margin-bottom: 32px;
}

.project-info dt {
  font-weight: 600;
  margin-bottom: 8px;
}

.project-info dd {
   margin-bottom: 1em;
}