body{
    font-family: sans-serif;
	background-image: url('viztukor.png');
}

#leiras{
	background-image: url('fatyol.png');
	max-width: 880px;
     width: auto;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

h1{
	color: indigo;
	font-variant: small-caps;
	text-shadow: 1px 1px white;
}

p{
  text-indent: 35px;
  text-align: justify;
  letter-spacing: -0.1px;
  line-height: 150%;
}

.kepkeret {
  max-width: 375px;
    width: auto;
  float: right;
  text-align: center;
  font-size: 75%;
  padding: 0px 5px 5px;
  margin-left: 10px;
  background-image: url('fatyol.png');
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 10px 10px 10px gray;  
}

.kepkeret img{
	max-width: 385px;
     width: auto;
  position: relative;
  left: -5px;
}


a{
  text-decoration: none;
}

