body {
  background-color: black;
  color: white;
  background-image: url('starfield_screensaver.gif');
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'nasa'
}

h1 {
  text-align: center;
  font-size: 40pt;
}
.footer {
  text-align:center;
  font-size: 15;
}
body {
  color: white; 
}
footer {
  text-align: center;
  margin-right: 150px;
}
header {
  width: 500px;  
  margin-left: 493.34px;
  margin-right: 493.34px;
  margin-bottom: 3em;
}
topimg {
  float: left;
  position: fixed;
  top: 20px;
}
section {
  float: left;
  box-sizing: border-box;
  margin-left: 2em;
  margin-right: 2em;
  width: 290px;
  background-color:	#fba131;
  color: black;
  border: solid;
  border-radius: 10%/50%;
  border-color: #41cd38;
}
aside {
  float: right;

}
footer {
  margin-bottom: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
}
