#vh {

    width: 200px;
    height: 200px;
    background: white;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ariall24 {
	font-family: 'Arial Bold';
	font-size: 36px;
	font-weight: bold;
	color: grey;
}