/* Apply to all div elements */
div {
    visibility: hidden;
}

body {
    margin-top: 0;
    padding-top: 0;
    font-family: Helvetica;
    font-size: 100vw;
    text-align: center;
	vertical-align:top;
}

.hi {
    margin-top: 0;
    padding-top: 0;
    font-family: Helvetica;
		font-size: 55vw;
    text-align: center;
	vertical-align:top;
	transform:translate(0, -0vw);
}