body {
	font-family: Arial, sans-serif;
	background-color: #f8f9fa;
	background-image: url('https://savinajsc.com/wp-content/uploads/2024/07/2-1.png');
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	flex-direction: column;
	text-align: center;
}

.container {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 2rem 3rem;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(6px);
}

h1 {
	color: #dc3545;
	margin-bottom: 1rem;
}

p {
	color: #333;
	margin-bottom: 1rem;
}

.alert {
	color: #d9534f;
	font-weight: bold;
	margin-bottom: 1rem;
}

.links {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

a {
	color: #007bff;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.copyright {
	margin-top: 2rem;
	font-size: 0.9rem;
	color: #888;
}

.public-ip {
	margin-top: 20px;
	font-weight: 500;
	color: #333;
	text-align: center;
}
