body {
	background-image: url("kiminonawa.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p 	{
	color: white;
	text-align: center;
	font-size: 25px;
}

h1 {
	color: red;
	text-align: center;
}

.column {
	float: left;
	width: 33%;
	margin: 3px;
}

img {
	border-radius: 10%;
	margin: 5px;
}


.asilentvoice figure {
	background: #1abc9c;
	border-radius: 10%;
	width: 188px;
	height: 282px;
	float: left;
	margin: 5px;
}
.asilentvoice figure img {
	 opacity: 1;
	 transition: .3s ease-in-out;
 }
.asilentvoice figure:hover img {
	opacity: .5;
}