@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap');
@page{
size : 20cm 20cm;
content : counter(page)
}
}
p{
font-family: "Tiny5", sans-serif;
font-size : 25px;
color: white;
column-count: 3;
column-gap : 3px;
line-height: 15pt;
letter-spacing : 110%;
}
*{
background-color : rgb(212, 42, 169);
}
h2{
font-family: "Tiny5", sans-serif;
font-style : italic;
font-size : 40px;
color: white;
text-align : right;
border-top-style : none;
/*border-style: dashed solid;*/
border-style: hidden double dashed;
}
h1{
page-break-before :;
page-break-after : always;
font-family: "Tiny5", sans-serif;
font-size : 120px;
color: white;
text-align : center;
}
.pagedjs_margin-content{
font-family: "Tiny5", sans-serif;
font-size : 30px;
color: white;
border-style : dashed solid;
}