body {
/*  margin-top: 0%; 
  margin-left: 30%;
  height: 0;
  width: 0; */
}

p {
  width: 600px;
  text-align: center;
/*  border: 5px solid red; */
}

.wrapper {
  width: 600px;
  margin: 0 auto;
}
	
.background {
  position: relative;
  top: 0;
  left: 0;
  height: 412px;
  width: 600px;
  background-image: url("stream2.jpg");
  background-size: cover;
}

.background .water {
  position: relative;
  background-image: url("stream2-map.png");
  background-size: cover;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  filter: url("#turbulence");
}
