#img_0 {
	float: left;
	margin: 0px 15px 15px 0px;
}

.journal {
	margin-top: 10px;
	display: flex;
	justify-content: space-around;
}

.none_journal {
	color: #780000;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	background: linear-gradient(to top, #fce3c9, #aaaaaa);
	padding: 10px 10px 5px 10px;
}

.none_journal:hover {
	text-decoration: none;
	text-shadow: none;
}

.have_journal{
	border: 1px solid #f7c28b;
	border-radius: 10px;
	background: linear-gradient(to top, #fce3c9, #ef7d07);
	padding: 10px 10px 5px 10px;
}

#journal_div {
	text-align: center;
	line-height: 1;
}


