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

html {
	height: 100%;
	background: rgb(42, 42, 42);
	}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    margin-top: -300px; /* Half the height */
    margin-left: -300px; /* Half the width */

}