body, html {
    height: 100%;
    margin: 0;
	font-family: Helvetica, sans-serif;
    color: white;
    background-color: #333; 
}

#contentArea {
    padding: 20px;
}

.data-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 3vw;
}

h1 {
	font-size: 7vw;
	text-align: center;
}

h2 {
    color: rgba(255, 255, 255, 0.744);
	font-size: 2vw;
	font-style: normal;
	font-weight: 100;
	margin-top: -3%;
	margin-bottom: 10%;
	text-align: center;
}