@font-face {
  font-family: 'Wonky Typewriter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/wonky typewriter.ttf') format('truetype');
}

@font-face {
  font-family: 'wildnfree';
  font-weight: 400;
  src: url('/fonts/wildnfreefontmedium.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfulsoul';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/playfulsoul.ttf') format('truetype');
}

@font-face {
  font-family: 'Victor Mono';
  font-weight: 400;
  src: url('/fonts/Victormono-Regular.ttf') format('truetype');
}

body {
	text-align: center;
	font-family: Wonky Typewriter, Victor mono, monospace;
	font-style:normal; 
	font-size:1.1em; 
	color:#2c2c2c; 
  background-color: RGB(239, 233, 246, 0.8);
	padding-right:10px;
	padding-left:10px;
	background-attachment: fixed;
}	


img {
	border:0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: playfulsoul, Victor Mono, monospace;
    color: #a191d4;
    letter-spacing: 0.1rem;
}

h3 {
     font-size: 1.7em;
     font-family: wildnfreefont, playfulsoul, italic, monospace;
     color: #a191d4;
     letter-spacing: 0.1rem;
}

h4 {
     font-size: 1.5em;
     color: #a191d4;
}

h5 {
     font-size: 1.1em;
  	 font-family: Wonky Typewriter, Victor mono, monospace;
     color: #a191d4;
     letter-spacing: 0.1rem;
}

table {
	text-align:center; 
}

A:link, A:visited, A:active {
		color: #a191d4;
     font-family: wildnfreefont, playfulsoul, italic, monospace;
}
