@charset "utf-8";

/* Browser reset to zero out margins, padding, and sizing */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block;
}


body{
    background-color: black;
}
#container {
    position: relative;
  background-repeat:no-repeat;
   background-image:url(images/space.jpg)

}

#subhead {
  margin: 0 0 32px 0;
  font-family:  "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  color: white;
  text-align: center;
    
}

#author {
    font-family:  "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 20;
  font-style: italic;
  font-size: 10px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

#maincontent {
    position: absolute;
    top: 90px;
    left: 250px;
    width: 500px;
    background-color: rgba(71, 70, 70, 0.4);
    border-radius: 25px;
    padding:10px 10px 10px 10px;
    margin-top: 10px;
    font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
  color: white;
}

#nasa {
    position: absolute;
    top: 20px;
    right: 20px;
}

#quote {
  position: absolute;
    bottom: 330px;
    right: 400px;
   font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  text-align: center;
}




