body {
  margin:20px auto;
  padding:0px 20px;
  font-family:monospace;
  font-size:1.1em;
  line-height:1.2;
  max-width:600px
}

body > header {
  text-align: right;
  font-size: 1.5em;;
  font-weight: bold;
  a {
      margin: 0 0.6rem;
  }
}

a {
    color: var(--gray90);
    text-decoration: underline;

}

a:hover {
    text-decoration: none;
}

code {
  background: antiquewhite;
}
.project .project-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed;
    
    h3 {
      align-content: end;
      order: 1;
    }
    
    .outline-text-3 {
      align-content: end;
    }
}
.project ul {
    list-style: none;
    padding-left: 0;
    li {
	padding: 0.6rem 0;
    }
    li::before {
      content: "\2714 ";
      display: inline-block;
      margin-right: 0.6rem;
    }
}

footer {
  border: 1px solid;
  margin-top: 2.2rem;
  padding: 0.2rem;
}
