@charset "UTF-8";
/* CSS Document */


html{
	
	height:100%;
}

body {
    
	background-color:rgba(189,225,218);
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}