﻿@font-face {
    font-family: 'c64_proregular';
    src: url('c64-webfont.woff2') format('woff2'),
         url('c64-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1 {
    font-family: 'c64_proregular', sans-serif;
    font-size: 4em;
}
p {
	font-family: 'c64_proregular', sans-serif;
	font-size: 1em;
	background-color: #4242E7;
}
body {
	font-family: 'c64_proregular', sans-serif;
	font: normal normal normal 100% serif;
	margin: 15;
	background-color: #4242E7;
	color: #A5A5FF;
}