@font-face {
    font-family: "Standards";
    src: url(Standards-90.otf);
    
  }
  @font-face {
    font-family: "StandardsU";
    src: url(Standards-90-Underlined.otf);
  }

  @font-face {
    font-family: "StandardsM";
    src: url(StandardsMono-Regular.otf);
  }

*{
    margin: 0;
}
  
#scrollContainer{
    padding: 22px;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100vw;
    font-family: "Standards";
    font-size: 22px;
    align-items: center;
    justify-content: center;
    text-align: center;}

p{text-align: center;
margin-bottom: 22px;}

a{
    text-decoration: none;
    color: orange;
}


/* Link styling in the top-left corner */
.download-link {
    margin: 10px;
    position: fixed;
    color: orange;
  }
  
 
  .main {
    padding: 1rem;
  }
  

  .font-standards-underlined {
    font-family: StandardsU;
  }
  
  .font-standards-mono {
    font-family: StandardsM;
  }
  
  
  .section-flex {
    display: flex;
    justify-content: space-around;
  }
  
 
  .flex-block {
    width: 20vw;
    overflow-wrap: break-word;
    hyphens:none;
    text-wrap: wrap;
    text-align: left;
  }
  
  .wide-block {
    width: 30vw;
    text-wrap: wrap;
    text-align: left;
  }
  

  .ascii-art {
    font-size: 5px;
    font-family: StandardsM;
    line-height: 90%;
    margin-bottom: 22px;
  }

  @media (max-width: 600px) {
    .ascii-art {
        font-size: 3px;
        font-family: StandardsM;
        line-height: 90%;
        margin-bottom: 22px;
      }
  }
  