.height {
	height: 100%;
}

.background {
	background-image: radial-gradient(at top left, #9f7ab4 0%, #3c0a3ccc 80%)
}
  
.vertical {
	margin-top: 150px;
  }

.horizantal {
	margin-left: auto;
	margin-right: auto;
}

.cell {
	background-color: #3c0a3c;
	padding: 5px 45px;
}

.data1 {
	text-align: center;
	color: #dbdbdb;
	font-size: 36px;
	font-weight: 500;
	line-height: 54px;
	text-shadow: -5px 5px 5px #dbbeebcc;
}

.data2 {
	text-align: center;
	color: #dbdbdb;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
