@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald);

html,
body {
    background-image:
    linear-gradient(to right top, #444 10%, #FFCC00 100%);
    overflow: hidden;
  background-color: "black";
  width: 100%; height: 100%;
  font-family: "Oswald", sans-serif;
  z-index: -2;
}

* {
  margin: 0;
  padding: 0;
}

.image {
	width: 100%;
	height: auto;

h2 {
  font-family: "Open Sans";
  color: rgba(0, 0, 0, 0.7);
  font-size: 30px;
  text-decoration: none; display: block;
  text-align: center;
}

h3 {
  font-family: "Open Sans";
  color: rgba(255, 255, 255, 0.7);
  font-size: 25px;
  text-decoration: none; display: block;
}

a {
  font-family: "Open Sans";
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  text-decoration: none; display: block;
}
