

body {
	background-image: url('images/ischa.webp');
	background-repeat: repeat-y;
	background-size: cover;
	background-attachment: fixed;
}

.title {
	color: white;
	text-shadow: 3px 0 0 #000, 0 -3px 0 #000, 0 3px 0 #000, -3px 0 0 #000;
	text-align: center;
	font-size: 5em;
	font-family: "Comic Sans MS", "Comic Sans";
}
.subtitle {
	color: white;
	text-shadow: 3px 0 0 #000, 0 -3px 0 #000, 0 3px 0 #000, -3px 0 0 #000;
	text-align: center;
	font-size: 3em;
	font-family: "Comic Sans MS", "Comic Sans";
}

.text {
	color: white;
	text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
	text-align: center;
	font-size: 2em;
	font-family: "Comic Sans MS", "Comic Sans";
}
