@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy');

html {
  overflow: scroll;
}

h1 {
        font-family: 'Sorts Mill Goudy', serif;
        /*font-size: 8vw; */
		font-size: 2em;
		font-weight: bold;
}

h2 {
	font-family: 'Sorts Mill Goudy', serif;
        /*font-size: 8vw; */
		font-size: 2em;
		/*font-weight: bold; */
}

li {
        font-family: 'Sorts Mill Goudy', serif;
        font-size: 150%;
		font-weight: bold;
		text-decoration:none;
}

p {
	font-family: 'Sorts Mill Goudy', serif;
}
	  


