/* no-script.css */

.noscript-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.noscript-box {
	text-align: center;
	padding: 2rem;
	background-color: #1a1a1a;
	color: white;
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.noscript-box h2 {
	margin-bottom: 1rem;
	color: #ef4444;
}
.noscript-box p {
	font-size: 1.125rem;
}
