body {
    margin: 0;
    width: 100%;

}

h1 {
	text-align: center;
}

li {
	padding: 3px;
}

a:link {
	text-decoration: underline;
}

.answers {
    float: left;
    width: 250px;
    padding: 10px;
}

.picture {
    float: left;
    padding: 10px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.right {
    background: #def7dc;
	border-color: #3a9630;
	border-style: solid;
}

.blockItem {
	width: 300px;
	height: 300px;
	position: relative;
	display: inline-block;
	margin: 20px;
}

.blockItemText {
	font-size: 4em;
	text-align: center;
	color: white;
	background-color: rgba(0,0,0,0.5);
	margin-top: 35%;
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#clam {
	background-image: url("img/clamCover.JPG");	
}

#squid {
	background-image: url("img/squid.JPG");	
}

#bonyfish {
	background-image: url("img/fishCover.jpg");	
}

#dogfish {
	background-image: url("img/dogfishCover.JPG");	
}

#frog {
	background-image: url("img/frogCover.JPG");	
}

#pigeon {
	background-image: url("img/pigeonCover.JPG");	
}

#rat {
	background-image: url("img/ratCover.PNG");
}

#skeleton {
	background-image: url("img/skeleton.JPG");	
}

#muscle {
	background-image: url("img/muscles.JPG");	
}