@import url('https://fonts.googleapis.com/css?family=The+Girl+Next+Door&display=swap');

body 	{
		text-align: center;
		font-family: 'The Girl Next Door', cursiv;
	}

h1	{
		font-size: 8em;
	}

p	{
		font-size: 3em;
	}

p.ref	{
		font-size: 1em;
	}


