@charset "utf-8";

div.left > aside > nav a {
	color: #d48626;
	text-decoration: none;
}

div.right {
	display: block;
	float: right;
}

div.right article {
	text-align: center;
}

img {
	width: 70%;
	border-radius: 20px;
	padding: 10px;
}