body{
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
}

section{
  background-color: rgba(255,255,255,0.8);
  padding: 20px;
  width: 30%;
  margin-left: 35%;
  margin-top:10%;
  text-align: center;
  border-radius: 50px 0 50px 0;
}
 img{
   width: 100%;
 }
 section h2{
	font-family:Arial;
 }
 
footer{
  background-color:#fff;
  position: absolute;
  border-radius:0;
  width: 110%;
  left:-5%;
  border:0;
  text-align: center;
  bottom: 0;
}
