html { 
  background: url(bg.jpg) no-repeat center center fixed; 
  background-size: cover;
}
.content {
	background-color: rgba(255, 255, 255, 0.7);
    color: #002a5a;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 15px;
    padding: 50px;
    text-align: justify;
	 
}
.contact {
 	font-size: 25px;
	line-height: 35px;
}
.box {
	margin: 10% auto;
    text-align: center;
    width: 415px;
	}