@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}



body {
	text-align: center;
	height: 30vh;
	font-family: Product Sans;
	font-size: 6vw;
	padding: 180px;
	color: #ffffff;
	background: #000000;
}
