body{
	background: url('/img/naujezde-bg.jpeg') no-repeat center fixed;
	background-color: #fff;
	background-size: cover;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.6);
	overflow-x: auto;
}
.logo {
	filter: url(#blur);
	opacity: 0.28;

	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
}

.footer a {
	text-decoration: none;
	color: #4caf50;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: underline;
}
