body {
	font-family: Arial, sans-serif;
	background: url('./background.jpg') center/cover no-repeat fixed;
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	margin: 0;
}
.container {
	max-width: 600px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.logo {
	display: block;
	margin: 0 auto;
	width: 200px;
}
h1 {
	color: #0051ff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
.title {
	color: #555;
}
.obs {
	color: #555;
	margin-top: 15px;
}
.footer {
	color: #555;
	margin-top: 50px;
	text-align: center;
}