@charset "UTF-8";

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/* Body */
body {
	background-color: #000;
	color: #ffffff;
	display:flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin:0;
}


h1 { 
	font-family: "Open Sans"; 
	font-size: 24px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 19px; 
	margin-bottom: 32px;
} 

p { 
	font-family: "Open Sans"; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 19px;
	color: #6D6D6D;
}

p a {	
	color: #6D6D6D;
	text-decoration: none;
}


.center {
	justify-content: center;
	text-align: center;
}

.center img {
	width: 200px;
	margin-bottom: 8px;
}
