
:root{
    --marge : 15mm;
}
body{
    color: #fe81c9;
}

@font-face {
    font-family: Quarantype;
    src: url("typo/Quarantype-Regular-glyph.otf");
  }

  @font-face {
    font-family: DINdong;
    src: url("typo/DINdong.woff2");
  }
  
@page{
    size: A3;
    text-align: justify;
    margin: 15mm;
}

section{
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
    break-after: always;
    font-family: DINdong;
}

.glyphs{
    height: 200mm;
    font-family: Quarantype;
    font-size: 400px;
}

img{
    display: block;
    margin: 0 auto;
    margin-bottom: 15mm;
}

#tropL{
    font-size: 200px;
}
