body {
  background: url("Light Brown Gradient HTC Android Wallpaper.jpg");
  overflow: hidden;
}

h1 {
  position: absolute;
  top: 22%;
  left:190px;
  height:100px;
  color: white;
  text-shadow: 4px 4px 4px #654321;
  font-size: 50px;
  font-family: 'Signika', sans-serif;
  border-bottom: 3px solid
}

p.text-rotation {
  -webkit-transform: rotate(-35deg);
  font-family:cursive;
  text-shadow: 4px 4px 4px #654321;
  position: absolute;
  bottom: 0;
  left: 8;
  right: 0;
  text-align: right;
  height: -1px;
  margin: 30px;
  font-size: 35px;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

h2 {
  position: absolute;
  top: 31%;
  left: 290px;
  height: 100px;
  color: white;
  font-family: 'Signika', sans-serif;
  text-shadow: 3px 3px 3px #654321
}

svg {
  fill: white;
  text-align: center;
  width: 400px;
  position: absolute;
  top:50%;
  left:30%;
}
