
* {margin:0; padding:0; text-indent:0; }

html { font-size: 12pt; } body { color: black; font-family:Calibri, sans-serif; font-style: normal; 
       widows: 5; orphans: 5; text-wrap: pretty; text-decoration: none; font-size: clamp(1rem, 1.5rem, 2rem); }

.container { column-width: 500px; column-gap: 20px; column-rule: 4px dotted rgb(79 185 227); }	

h1 { font-weight: bold; font-size: clamp(1rem, 1.5rem, 2rem); break-after: avoid; }
 
.p, p { font-weight: normal; margin: 0pt; }

.button { display:inline-block; padding:20pt 40pt; font-size:24pt; background:#007BFF; color:white; 
        text-decoration:none; border-radius:20pt; font-family:Arial, sans-serif; margin-bottom: 40pt; margin-top: 20pt; margin-left: 10pt; }
 
li {display: block; }
 
 