
body {
  background-image: url(images/background-photo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-color:#fb253b;
  
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(images/background-photo-mobile-devices.png);
  }
  
    
  .slash img{
  width:175%;
}


.blob img{
  width:175%;
}

.info img{
	width:70%;	
}

h9 {
  color: #eef1ba;
  font-size: 18px;
  letter-spacing:2px;
  line-height: 25px;
}


.info {
	
	width:65%;
	

}
	}