body {
  background-color: white;
  background-image: url("images/bg_poster.png");
  background-repeat: no-repeat;
  background-position: 1% 10%;
  background-size: 30%;
  background-attachment: fixed;
  font-family: Tahoma, Verdana, sans-serif;
  
}
h1 {
  color: #0053AA;
  text-align: center;
  font-size: 5vw;
}
h2 {
  color: #0053AA;
  text-align: center;
  font-size:2.5vw;
}
.contact {
  color: black;
  margin: 5%;
  padding: 10px;
  text-align: center;
  background: #bfe2f9;
}
.phone {
  text-align: center;
}
.pbody {
  color: #89;
  margin-left: 35%;
  margin-right: 20%;
}
.img {
  margin-left: 40%;
}
.footer {
 background-color: #000080;
 color: white;
 text-align: center;
 margin: 30px;
 padding: 10px;
}
 