
body {
	
	background-image: url("sziszi.jpg");
	background-repeat: no-repeat;
	margin: auto;
}

#nev {

	font-size: 1.5em;
	text-align: center;
	width: 100%;
	color: #2E70DB;
	text-shadow: 0 0 10px orange;
}

#linkek {
	
	margin-top: 20%;
	text-align: center;
}


a {
	
	display: inline-block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 2.5em;
	margin: 5px 0;
	padding: 5px 25px;

}

a:hover {
	
	color: orange;
	border: 2px solid orange;
	border-radius: 35px;
	font-size: 3em;
	text-shadow: 3px 3px 3px white;
}

img {
	
	height: 75px;
	margin-right: 50px;
	border: 2px solid white;
	border-radius: 15px;
	padding: 10px;
}

p {
	display: inline-block;
	
}







