#about {
  width: 65%;
  padding: 5vw; }
  #about h1 {
    font-family: DanteMTTitling;
    font-variant: small-caps;
    font-size: 2vw; }
  #about p {
    font-size: 1.7vw;
    margin-top: 5vh;
    margin-bottom: 6vh; }
  #about ol {
    padding-left: 20vw; }
    #about ol li {
      font-size: 2vw; }
  #about input {
    margin-left: 2vw;
    font-size: 1.5vw;
    width: 40vw;
    height: 5vh;
    padding: 1vh 1vw;
    border-color: #1d2837; }
  #about .output-wrapper {
    height: 6vh;
    margin-left: 2vw;
    margin-top: 3vh;
    margin-bottom: 3vh; }
  #about output {
    height: 6vh;
    width: 40vw;
    padding: 0.5vh 1vw;
    border: 1px solid #1d2837;
    font-size: 1.5vw;
    line-height: 6vh; }
    #about output::before {
      content: '>';
      padding-right: 1vw; }
  #about .blink::before {
    animation: blinker 0.5s step-start infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
  #about h2 {
    color: #afbec5;
    font-family: DanteMTTitling;
    font-variant: small-caps;
    font-size: 3vw;
    margin-top: 8vh; }
  #about .how {
    padding-left: 2vw; }
    #about .how span.less {
      line-height: 6vh;
      color: #afbec5; }
  #about #poc {
    text-align: right; }
    #about #poc a {
      font-size: 2vw;
      line-height: 3vw;
      text-decoration: underline;
      text-underline-offset: 4px; }
      #about #poc a:hover {
        text-decoration-color: #394759; }
    #about #poc #label {
      font-size: 1.5vw;
      color: #afbec5; }
  #about #poc-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  #about #contribute {
    display: flex;
    flex-direction: row;
    column-gap: 4vw;
    margin-left: 8vw; }
    #about #contribute h3 {
      color: #afbec5;
      font-size: 1.5vw;
      margin-bottom: 0.1vh; }
    #about #contribute a {
      font-size: 1.7vw;
      margin-left: 2vw;
      text-decoration: underline;
      text-underline-offset: 4px; }
      #about #contribute a:hover {
        text-decoration-color: #394759; }

/*# sourceMappingURL=about.sass.css.map */