h1 {
	color:#000000;
	font-weight:bold;
	font-family:sans-serif;
}

@media screen and (min-width: 401px) {
	h1 {
		font-size:6vw;
		line-height:7vw;
	}
	td {
		font-size: 3vw;
	}
}

@media screen and (max-width: 400px) {
	h1 {
		font-size:12vw;
		line-height:11vw;
	}
	td {
		font-size: 10vw;
	}
}