body {
	background-color: #ffcc99;
	color: black;
	font-size: 20px;
}


.menu{
	position: center;
}
.button {
	background-color: #6666ff;
	border: none;
	border-radius: 12px;
	padding: 15px 32px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	color: white;
	cursor: pointer;
	outline: none;
}
.button:hover {
	background-color: green;
	box-shadow: 0 9px #999;
}

.button:active {
	background-color: green;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

menu.a {
	color: white;
	text-decoration: none;
}
h1{
	text-align: center;
	max-width: 600px;
    margin: auto;
}

#elerhetoseg{
	text-align: center;
	max-width: 600px;
    margin: auto;
}

#ismerteto{
	text-align: justify;
	margin: auto;
	max-width: 1000px
}

.button2 {
	position: center;
	margin: 200px 200px 20px 200px;
	background-color: red;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	padding: 15px 32px;
	font-size: 16px;
}

.button3 {
	position: center;
	padding: 12px 30px;
}

/*.logo {
	position: center;
	padding: 60px 100px;
	height: 80px;
	width: 80px;
}*/

.kep {
	position: center;
	padding: 60px 250px;
	width: 800px;
	height: 600px;
}

a{
	color: navy;
	text-decoration: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none; 
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer; 
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #555; /* Szürke háttér */
}
