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

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

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

body {
	font-family: sylmono, monospace;
	font-style: normal;
	font-size:1.1em;
	color:#2c2c2c;
	background-color: RGB(239, 233, 246, 0.8);
	padding-right:10px;
	padding-left:10px;
	margin-top:20px;
    line-height: 1.4;
    letter-spacing: 0.01rem;
}


img {
  max-width: 70%;
  height: auto;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  border-radius: 10%;
	}


h1, h2, h6 {
	margin-top:20px;
    font-family: playfulsoul, wildnfree, sylmono, monospace;
    text-align: center;
    color: #a191d4;
    letter-spacing: 0.1rem;
}

h3 {
     font-family: wildnfree, italic, monospace;
     color: #a191d4;
     letter-spacing: 0.1rem;
}

h4 {
    font-family: playfulsoul, wildnfree, sylmono, monospace;
     font-size: 1.33em;
     color: #a191d4;
}

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

A:link, A:visited, A:active {
		color: #a191d4;
	    font-size:1.1em;
	    font-family: sylmono, monospace;
}

