html, body {
  height: 100%;
  width: 100%;                                              
}

body{
  font-family: monaco, monospace;
  background-image: url('Hubble_ultra_deep_field.jpg');
}
p{font-family:  'Lucida Console', monospaced; color:#1f1f1f}
h1{font-family: 'Corbel', sans-serif; color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  }
h2{font-family: 'Courier New', Courier, monospace;
  color: #c9c9c9;
  }

.center {
 display: block;
 margin: 0 auto;
 text-align: center;
 }

.TitleDiv{
  border: 5px outset blue;
  background-color: green;
  width: 350px;
  height: 85px;
  margin: 0 auto;
  text-align: center;
 } 

.TextDiv{
 border: 5px outset #f0f0f0;
 background-color: grey;
 }