html{
background-color: #000310;
}

.kogav{
	height: 92.5vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
 
.kogav > div{
	text-align: center;
}

/*@media (max-width: 480px) {
	.kogav{
		/*height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 130vh;
	}
}*/