body{
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-image: url('images/bg.png');
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

#text-home{
  text-align: center;
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
}

#text-home a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #47c400;
  color: #fff;
  font-weight: bold;
  font-size: 6rem;
  text-transform: uppercase;
  width: 400px;
  height: 150px;
  line-height: 150px;
  margin: 0 auto;
  transition-duration: 0.3s;
}

#text-home a:hover {
  background: #58DC22FF;
}

#text-home h1 {
  color: #fff;
  font-size: 5rem;
  text-shadow: 0px 0px 40px #ff03db;
}

@media only screen and (max-width: 1280px) {
  #text-home {
    width: 100%;
    padding: 0 12px;
  }
}
