@charset "utf-8";

body {
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
}

main {
	display: flex;
	display: table;
	width: 100%;
}

main, article, aside {
	display: table-cell;
	border: 1px solid #fcddd1;
	padding: 5px;
	float: left;
}

article {
	background-color: #fff4dd;
	width: 74%;
}

aside {
	width: 24%;
}