.img-cover {
	object-fit: cover;
	width: 20%;
}

.illust-cover {
	border-radius: 5px;
	object-fit: cover;
	height: 200px;

	box-shadow: 2px 2px 6px 1px #333;
}

.float-left {
	float: left;
	margin: 20px;
}

.float-right {
	float: right;
	margin: 20px;
}