html, body {
	height: 100%;
	margin: 0;
}

body {
	background-image: url("fotky/Image 1.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}

/* Optional: ensure content is readable over the background */
.content {
	position: relative;
	z-index: 1;
	color: #fff;
}

/* Center an image on the page */
.center-image {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.center-image img {
	max-width: 90%;
	height: auto;
	display: block;
}
