html {
  background-image: url("lightning storm.jpg");
  background-size: cover;
}

nav, header, footer, section {
  background-color: black;
  color: white;
  border: double;
}

header {
  font-family: heroes2, "Brush Script MT", cursive;
}

header h1 {
  font-size: xxx-large;
}

aside {
  background: transparent;
}

a {
  color:white;
}


