html {
    position: relative;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    text-align: center;
}

#huba {
    position: relative;
    height: 100%;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    opacity:0;
	transition: all 3000ms ease;
	-webkit-transition: all 3000ms ease;
	-moz-transition: all 3000ms ease;
	-o-transition: all 3000ms ease;
    
}

#huba.show {
    opacity:1 !important;
}

#fej {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 10;
}

#szem {
    position: absolute;
    left: 0px;
    height: 100%;
    width: auto;
}