body {
  background-color: black;
  background-image: url('space.gif');
}
h1 {
  color: white;
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
}
img {
        width: 100%;
        height: auto;
}
h2 {
	color: gray;
	font-family: Roboto;
	font-size: 30px;
	text-align: center;
}
h3 {
	color: gray;
	font-family: Roboto;
	font-size: 20px;
	text-align: center;
}
h4 {
	color: gray;
	font-family: Roboto;
	font-size: 10px;
	text-align: center;
}
h5 {
	color: gray;
	font-family: Roboto;
	font-size: 15px;
	text-align: center;
}
h6 {
	color: gray;
	font-family: Roboto;
	font-size: 5px;
	text-align: center;
}
p {
	color: gray;
	font-family: Roboto;
	font-size: 8px;
	text-align: center;
}