@import url('https://fonts.googleapis.com/css2?family=Dhurjati&family=Kanit:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');



html,  div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;	
	font-size: 120%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	color: #e62e00;	
    line-height: 1.75em;
}
h1{
	font-size: 180%;
/*	margin-top: 10px;
	margin-bottom: 10px;*/
	
}
h2{
	font-size: 100%;
/*	margin-top: 5px;
	margin-bottom: 5px;	*/
}
p{
	font-size: 60%;

}

body {
	background: #032340;
}
	