body {
	font-family: 'Nunito Sans', sans-serif;
    background-image: url("../img/nebula-bg.jpg");

}

H1 {
	letter-spacing: 0.2em;
	color: white;
	font-size: 30px;
	font-weight: 700;
}

.outer-div {
}
.inner-div {
     text-align: center; 
}

.center-div {
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 500px;
     height: 300px;
}