* {				
    box-sizing: border-box ;  		 
} 

html {
	height: 100%; 
}

body {
	 margin: 0;
     background-color: white;    
     background-size: cover;
	 height: 100%;
		
}


.wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;		 
	height:100%;


}

.alap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 60%;
	width: 100%;
	
	background-image: radial-gradient(white,white, rgb(192,192,192));
	
}

.solfex {
	margin-top: -160px;

}


.linkek {
	border-left: 1px solid;
	border-left-color: rgb(180, 180, 180);
	padding-top: 100px;
}

.mofix {
	padding-left: 15px;
}

.index {
	padding-left: 15px;
	margin-top:5px;
}