body {
	background-color: #555;
	overflow: hidden;
	display: flex;
	justify-content: center;
    align-items: center;

    object-fit: contain;
    margin: 0;
    padding: 0;
    height: 100%;
	


}



