@import "./navbar.css";
@import "./flip-card.css";
@import "./home-palyazat.css";
@import "./ginop.css";

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background-color: #262626;
}

/* FOOLDAL */
.container {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.image-container {
	overflow: hidden;
}

canvas {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.content--container {
	position: fixed !important;
	z-index: 8 !important;
	top: 0;
	color: #fff;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}


