.background {
  background: url("../img/web-cover.png");
  content: "";
  text-align: center;
  position: absolute;
  font-weight: lighter;
  min-height: 100%;
}
.background h1 {
  font-size: 60px;
  color: #ffffff;
}
.background p {
  color: #cfcfcf;
  font-size: 25px;
}
.background a {
  font-size: 30px;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif !important;
}
.background-container {
  position: relative;
  top: 200px;
}
