You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
413 B
CSS

:root{
--text : black;
}
body{
width: 100%;
margin: 0;
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 8.5pt;
}
.disclaimer, form{
margin-right: 70mm;
}
.f-page h1{
font-size: 60px;
margin: 0 auto;
margin-top: 30mm;
text-align: center;
}
.p-breaker{
break-after: page;
}
@print{
@page{
margin: 20mm;
}
}