
.heikki {
  font-family: "Singlex", sans-serif;
  color:cyan;
  line-height:1.3;
  letter-spacing:0.1em;
  input, select {
    width: 100%;
    height:100%;
  }
  h2 {
    font-family:"Singlex", sans-serif;
    letter-spacing:0.15em;
    font-size:4cqw;
    text-align:center;
  }
  details p {
    margin:0;
    + details {
      margin-left:1rem;
    }
  }
  .amiga {
    letter-spacing:0;
    width:100%;
    font-family: "topaz";
    line-height: 1;
    font-size: calc(100cqw / 20);
    -webkit-font-smoothing: grayscale;
    overflow:auto;
  }
  .posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(25%, 100%), 1fr));
    gap: 0.5cqw;
    color:white;
    article {
      padding: 0.5cqw;
      border: 1px solid #aaa;
      display:flex;
      > * {
        flex:1;
      }
      img {
        max-width: 100%;
      }
      a {
        text-decoration:none;
        color:#aaa;
      }
      h2 {
        font-family:"Singlex", sans-serif;
        letter-spacing:0.15em;
        font-size:1.5cqw;
      }
    }
  }
}