.item {
	padding: 20px
}

.content {
	text-align: center;
	background: white;
	width: 60%;
	margin: 20px auto;
	padding: 20px 20px;
	border: solid 1px black;
	box-shadow: 0 10px 6px -6px #777;
}

p {
	text-align: center;
}

.author {
	padding-bottom: 1em;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.content {
	width: 100%;
}
}