div img {
    width:90px;
    border: 5px solid black;
}

#img {
    width:300px;
}

#img2 {
    width:300px;
}



div p {
    font-family: cursive;
    font-size: 18px;
}

body {
    background-image: url("http://www.tmwallpaper.com/mod/backgrounds/1920x1080/background-wide-wallpaper-1920x1080-001.jpg");
    background-repeat: no-repeat;
}
    
p {
    color: white;
}

div h1 {
    color: white;
}

div h3 {
    color: white;
}
    
div h4 {
    color: white;
}
    
    
    
    
    
    
    
/* bootsnipp taken from here: http://bootsnipp.com/snippets/featured/simple-responsive-image-gallery */    
img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

img:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}
    
    
    
    