.header {
  background: #000;
}

.footer {
  background: #000;
}

.main {
  background: #333 !important;
}

body {
  font-family: "Open Sans", serif;
  font-size: 18px;
  color: ghostwhite;
  background: #000;
  margin: 0;
  padding: 0;
}
body a {
  color: lightblue;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease-in-out;
}
body a:hover, body a:focus {
  color: white;
  text-decoration: underline;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
  margin-bottom: 20px;
}
body h1:first-child,
body h2:first-child,
body h3:first-child,
body h4:first-child,
body h5:first-child,
body h6:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=main.css.map */
