html{
	height:100%;
	padding:0;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* Стандартный синтаксис */	
}
body{
	height:100%;
	margin:0;
	padding:0;
	font-size:64px;	
}
.home-conteiner{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;	
}
.home-conteiner img{
	display:block;
}
