.door {
	width: 18rem;
	height: 18rem;
	font-size: 50pt;
	background-image: url("/images/border.png"),
		url("/images/filled-background.png");
	background-size: contain;
}

.door-open {
	font-family: "Italianno", cursive;
	font-size: 24pt;	
}

.weekend {
	background-image: url("/images/border.png"),
		url("/images/filled-weekend-background.png");
}

.cover-image {
	width: 100%;
	height: 100%;			
}

.padding {
	width: 18rem;
	height: 18rem;
}

body {
	font-family: "Fleur De Leah", cursive;
	font-weight: 400;
	font-style: normal;
	background-image: url("/images/tiled-background.jpg");
	background-size: tile;
}

h1 {
	font-size: 64pt;			
}
