@font-face {
font-family: "Mountains of Christmas";
src: url("MountainsofChristmas.ttf");
}

h2 {
	text-align: center;
	font-family: "Mountains of Christmas";
	font-variant: small-caps;
}

p {
	font-family: "Mountains of Christmas";
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}

body {
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 10px;
}