body {
    background-color:#292b2c;
}

.center {
	height: 500px;
    width: 500px;
	position: absolute;
	margin: auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}


.center img {
    width: 100%;
}

h1 {
    font-family: comfortaa;
    color: #8b8c8c;
}
