﻿@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic&subset=latin,latin-ext);

html,body {
	margin:0;
	background-color:#FFF;
	overflow:auto;
	font-family: 'Lora', serif;
}


.a_arka_plan{
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	position: absolute;
	margin:12px;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	z-index:0;
   
}
