body {
	margin: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}
#canv {
	height: 100vh;
	width: 100vw;
	position: absolute;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.container,
.container > .row,
.container > .row > div {
	height: 100%;
}

#countUp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.number {
	font-size: 4rem;
	font-weight: 500;

	+ .text {
		margin: 0 0 1rem;
	}
}

.text {
	font-weight: 600;
	text-align: center;
}

.status {
	color: #fff;
	display: flex;
	height: 100vh;
}

.home {
    display: flex;
    align-items: center;
    gap: 5px;
}