





html, body, 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: 100%;
	font: inherit;
	vertical-align: baseline;}

  @font-face {
    font-family: 'style(1)reg';
    src: url('fonts/Exo-Regular.woff2') format('woff2'),
        url('fonts/Exo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'style(2)bold';
    src: url('fonts/Exo-DemiBold.woff2') format('woff2'),
        url('fonts/Exo-DemiBold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


body {font-family: "style(1)reg", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-size: 2rem;
}
 




nav { display: flex;
    flex-direction: row;
    justify-content: space-between;}




@media screen and (min-width: 480px) {
  body {
    background-color: rgb(255, 255, 255);
  }
}

