body {
  background-color: black;
  color: white;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

h1 {
  color: white;
}

p {
  color: white;
}

iframe {
	style-border: none;
	width: "286";
	height: "27";
}

/* Mobile - Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: portrait) {

iframe {
	height: 50;
	width: 600;
}
}

/* Mobile - Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) {


}