*{
margin:0;
padding:0;
}

body,html{
position:reletive;
width:100%;
height:100%;
}

body{
background:url('../img/texture_body.png') repeat fixed;
}

h1{
font-size: 46px;
font-weight: 600;
font-family: 'Exo 2', sans-serif; 
text-align:center;
text-transform:uppercase;
color:#fff;
}

p{
font-size: 24px;
font-weight: 400;
font-family: 'Exo 2', sans-serif; 
text-align:center;
color:#fff;
}

hr{
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

#all{
position:reletive;
width:100%;
}

#left-hand{
position:fixed;
width:21%;
background:url('../img/left_hand.png') no-repeat center;
background-size:100%;
height:100%;
float:left;
}

#right-hand{
position:fixed;
width:21%;
background:url('../img/right_hand.png') no-repeat center;
background-size:100%;
height:100%;
right:0;
}

#content{
position:reletive;
width:50%;
margin:0 auto;
padding-top:10%;
}

.text-1{
padding-left:10px;
padding-top:5px;
padding-right:10px;
font-size: 18px;
}

.btn {
  background: #C69113;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
font-weight: 600;
font-family: 'Exo 2', sans-serif; 
  color: #ffffff;
  font-size: 20px;
  padding: 15px 25px 16px 25px;
  border: solid #BC7315 1px;
  text-decoration: none;
}

.btn:hover {
  background: #D7A107;
  text-decoration: none;
}