#background
{
    width:100%;
    height:100%;
    margin:0px;
    background-size:cover;
    position: absolute;
    top:0px;
    left:0px;
    display:block;
    background-color: #000;
}

#myText
{
  color:white;
  width:100%;
  position: relative;
  height:100px;
  background: transparent;
  display:block;
  top:48%;
  font-family: "Lobster";
  font-size:80px;
  margin:auto;
  text-align:center;
  text-shadow: 0px 7px 4px rgba(0, 0, 0, 1);
}

#help
{
  color:white;
  width:100%;
  position: relative;
  height:40px;
  background: rgba(0, 0, 0, 0.2);
  display:block;
  top:85%;
  font-family: "Lobster";
  font-size:30px;
  margin:auto;
  text-align:center;
  text-shadow: 0px 7px 4px rgba(0, 0, 0, 1);
}
