body{
	background:black;
}

.main-blaze-wrap{
	width:100vw;
	height:100vh;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.main-blaze-logo{
	width:30%;
	max-width:500px;
}

.main-blaze-logo img{
	width:100%;
}