@font-face {

    font-family: 'Lekton-Regular';

    src: url('Lekton-Regular.ttf');

}

@font-face {

    font-family: 'Autopia';

    src: url('Autopia-Regular.ttf');

}

body {
	margin-left:4em;
	margin-top:4em;
	width: 40%;
}

h1
{

    color: green;
	font-size: 3em;
	font-weight; bolder;
	font-family: Autopia;
	text-align:left;
}

p
{
    font-size: xx-large;
	font-family: Sans serif;
	text-align:left;
	margin-bottom:1em;
	margin-top:1em;
	}


em
{
	color:purple;
	text-decoration: underline;
	