@import "https://fonts.googleapis.com/css?family=Rajdhani:300";

body {background:#ffdcc1;}
h1 {text-align:center; color:white; font-family:'Rajdhani', sans-serif; font-size:30px; text-shadow:2px 2px 4px black; padding-top:120px;}
a {text-decoration: none; outline:none;}

.img {text-align:center;}
.img div {display:inline-block; padding:20px;}
.img div img {width:128px; box-shadow:2px 2px 4px #000000;}

#mask {z-index:1; background-color:gray; opacity: .8; width:100%; height:100%; position:fixed; top:0; left:0;}
#img-expand {z-index:2;}
#img-expand img {box-shadow:2px 2px 4px #000000;}