body{
  display: flex;
  flex-direction: column;
  background-image: url(images/hl1Neb1Vert.png);
  background-size: 80px,400px;
  justify-content: center;
}

.main{
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.header{
  display: flex;
  color: midnightblue;
  background-image: url(images/hl1Xen8.png);
  height: 100px;
  width: 1200px;
  margin-top: -7px;
  justify-content: space-around;
  align-items: center;
  font-size: 25px;
  font-family: Monospace;
}
.content{
  height: 940px;
  width: 1200px;
  background-image: url(images/hl1Cliff.png);
}

.text{
  color: white;
  border: 1px solid;
  border-radius: 10px;
  background-color: rgba(1,1,1, .7);
  margin: 30px;
  padding: 3px;
}
#neo{
   display:flex;
}