body {
  background-color: black;
  width: 1024;
}

iframe {
  background-color: powderblue;
  border: 6px dashed darkgreen;
}

h1 {
  font-family: "Orbitron", Arial;
  background-color: dodgerblue;
  color: White;
  text-shadow: 2px 2px 3px black;
  text-align: center;
}

h2 {
  font-family: "Courier New", Arial;
  color: White;
  text-align: center;
}

p {
  font-family: Lucida Console;
  color: white;
}

marquee {
  font-family: Lucida Console;
  color: White;
}

div {
  background-color: green;
  border: 4px solid lime;
  margin: 50px;
  padding: 25px;
  max-width: 500px;
}

div2 {
  background-color: green;
  border: 4px solid lime;
  margin: 50px;
  padding: 25px;
  max-width: 150px;
  float: right;
}

.links {
  background-color: red;
  border: 4px solid orange;
  color: white;
}

.media {
  background-color: blue;
  border: 4px solid dodgerblue;
  color: white;
}