@font-face {
	font-family: 'Caveat';
	src: url('fonts/Caveat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image:url('Resim_3.jpg');
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Arial, sans-serif;
	margin: 50px;
}

h1 {
	color: #4a0e7f;
	text-align: center;
	border-bottom: 2px solid #4a0e7f;
	padding-bottom: 10px;
}

nav {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);

	width: 100px;
	height: auto;
	border: 3px solid #008080;
	padding: 10px;
	clear: both;

	background-color: #0761A8;
}

nav img{
	width: fit-content;
	height: auto;
	display: block;

	transition: transform 0.3s ease-in-out, box-shadow 0.3 ease-in-out;
}

nav a:hover img {
	transform: scale(1.5);

	box-shadow: 0 10px 25px rgba(0,0,0,0.7);

	z-index: 10;
}

footer {
	position: absolute;
	bottom: 10px;

	left: 50%;
	transform: translateX(-50%);

	width: 30%;
	padding: 15px 0;
	text-align: center;
	background-color: #0a9396;
	color: white;
}

.konteyner {
	display: flex;
	justify-content: flex-start;
}

.Caveat-font {
	font-family: 'Caveat', cursive;
}
