BODY {
background: #EAE0F6
}

h1 {
	padding: 20px;
}

h1, p {
font-family: 'Lora', serif;
}

.tile1, .tile2, .tile3, .tile4, .tile5, .tile6, .tile7, .tile8, .tile9, .tile10, .tile11, .tile12, .tile13, .tile14, .tile15, .tile16 {
	display: table-cell;
	width: 90px;
	height: 90px;
	border: 1px solid white;
	background: url("./Butterfly.jpg");
	cursor: pointer;
}

.tile1 {background-position: 0px 0px;}
.tile2 {background-position: -90px 0px;}
.tile3 {background-position: -180px 0px;}
.tile4 {background-position: -270px 0px;}
.tile5 {background-position: 0px -90px;}
.tile6 {background-position: -90px -90px;}
.tile7 {background-position: -180px -90px;}
.tile8 {background-position: -270px -90px;}
.tile9 {background-position: 0px -180px;}
.tile10 {background-position: -90px -180px;}
.tile11 {background-position: -180px -180px;}
.tile12 {background-position: -270px -180px;}
.tile13 {background-position: 0px -270px;}
.tile14 {background-position: -90px -270px;}
.tile15 {background-position: -180px -270px;}
.tile16 {background: white; cursor: default;}