@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	color:#000000;
}
body, td, th {
	color: #000000;
	overflow: hidden;
}
h1 {
	font-size: 6vw;
	font-weight:100;
	text-align:center;
}
h3 {
	font-weight:300;
	font-size: 4.5vw;
	text-align: center;
}
.title {
	width:100%;
	position: absolute;
	top: 40%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}
@media screen and (min-width: 992px) {
h1 {
	font-size: 3vw;
}
h3 {
	font-size: 1.7vw;

}
}