@page { size: 8.5in 11in; margin: 0.79in }

/* Center content on all screens */
body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	font-family: Arial, sans-serif;
}

.container {
	text-align: center;
	padding: 2rem;
	max-width: 100%;
}

p { 
	margin-bottom: 0.8rem; 
	line-height: 1.4; 
	background: transparent;
	font-size: 1.8rem; /* Larger text for all paragraphs */
}

/* Make title much bigger */
.title {
	font-size: 4rem; /* Very large title */
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.event-info {
	font-size: 2.2rem; /* Large for date/time */
	font-weight: bold;
	margin-bottom: 1.2rem;
}

.service-info {
	font-size: 1.9rem;
	margin-bottom: 1.5rem;
}

.games-info {
	font-size: 1.7rem;
	font-style: italic;
	margin-top: 2rem;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
	.container {
		padding: 1rem;
	}
	
	.title {
		font-size: 2.8rem;
	}
	
	.event-info {
		font-size: 1.8rem;
	}
	
	.service-info {
		font-size: 1.5rem;
	}
	
	.games-info {
		font-size: 1.3rem;
	}
	
	p {
		font-size: 1.4rem;
	}
}

@media (max-width: 480px) {
	.title {
		font-size: 2.2rem;
	}
	
	.event-info {
		font-size: 1.5rem;
	}
	
	.service-info {
		font-size: 1.3rem;
	}
	
	.games-info {
		font-size: 1.1rem;
	}
	
	p {
		font-size: 1.2rem;
	}
}

a:link { color: #000080; so-language: zxx; text-decoration: underline }
a:visited { color: #800000; so-language: zxx; text-decoration: underline }
