﻿html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: white; 
 font-family: Nunito Sans; 
font-size: x-large;
color: red;
 }
h1 {
 font-size: 20pt;
 font-family: Nunito Sans; 
 color: #000000;
text-align: center;
font-weight: normal;

 }
h2 {
font-size: 10pt;
text-align: center;
font-weight: normal;
font-variant: small-caps;
color:#000000;
 }
p 
{color:red;} 


