body
{
margin:0px auto;
padding:0px;
text-align:center;
width:100%;
font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
background-image: url('hw.jpg');
background-repeat: no-repeat;
background-attachment: fixed;  
background-size: cover;
}
#contact
{
 text-align:left;
 margin-top:20%;
 width:35%;
 margin-left:65%;
 padding:50px;
 box-sizing:border-box;
 border-radius:10px;
 color:white;
}
#copyright
{
 text-align:left;
 margin-left:0%;
 box-sizing:border-box;
 color:white;
}
#contact p
{
 font-size:20px;
}