@charset "ISO-8859-1";
/*
@import
	url('https://fonts.googleapis.com/css?family=Petit+Formal+Script');
*/
@font-face {
    font-family: 'Petit Formal Script';
    src: url('/fonts/PetitFormalScript-Regular.ttf') format('truetype');
    src: local('Petit Formal Script'), url('/fonts/PetitFormalScript-Regular.ttf') format('truetype');
}
html, body {
	height: 100vh;
	width: 100vw;
	margin: 0px;
}

.content {
	height: 100vh;
	width: 100vw;
	background: #f5deb3;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
	font-family: 'Petit Formal Script', cursive;
	font-size: 128px;
	font-weight: bold;
}

.wwwtext {
	font-family: 'Petit Formal Script', cursive;
	font-size: 32pt;
	font-weight: bold;
	
	text-shadow: 0px 3px 0px #b2a98f,
                 0px 14px 10px rgba(0,0,0,0.15),
                 0px 24px 2px rgba(0,0,0,0.1),
                 0px 34px 30px rgba(0,0,0,0.1);
}