@font-face {
    font-family: 'Permanent Marker';
    src: url('fonts/permanentmarker-regular-webfont.woff2') format('woff2'),
         url('fonts/permanentmarker-regular-webfont.woff') format('woff'),
		 url('fonts/PermanentMarker-Regular.ttf') format('ttf');
    font-display: swap

}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-black-webfont.woff2') format('woff2'),
         url('fonts/lato-black-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/lato-blackitalic-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: italic;
    font-display: swap
}

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

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-italic-webfont.woff2') format('woff2'),
         url('fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-thin-webfont.woff2') format('woff2'),
         url('fonts/lato-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'lato';
    src: url('fonts/lato-thinitalic-webfont.woff2') format('woff2'),
         url('fonts/lato-thinitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap
}
  

* {
    padding: 0px;
    margin: 0px
}

body {
    font-family : lato, Verdana, sans-serif;
    font-size : 1.25rem;
	line-height: 1.5;
    background-color : #0a0b1c ;
    color : rgb(255, 255, 255) ;
    display : block ;
}

a {
	text-decoration: none;
	color: white;
}

article a {
	text-decoration: underline;
	color: #20d2d6;
}

article a:hover {
	color: #d620d3;
}

h2{
	font-size: 2em;
	font-weight:bold;
	margin-bottom: 30px;
	margin-top: 30px;
}

h3 {
	font-size: 1.75em;
	font-weight:bold;
	margin-bottom: 30px;
	margin-top: 30px;
}

h4 {
	font-size: 1.45em;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	margin-top: 30px;
	margin-bottom: 30px;
}

ul, ol{
	list-style-position: inside;
}