
/* ------------------------------------------------------------ */
/* for main */

main {
	
	grid-area: 2/1/3/3;
	
	margin: 0 0 0;
	
}

/* ------------------------------------------------------------ */
/* for aside */

aside {
	
	display: none;
	
}

/* ------------------------------------------------------------ */
/* for tweet wrap */

#tweets {
	
	display: flex;
	
	flex-wrap: wrap;
	
	align-items: flex-start;
	
	margin: 20px 0 10px;
	
}

.tweet_wrap {
	
	width: 286px;
	
	margin: 10px 7px;
	
	padding: 11px 12px 12px;
	
	border: 1px solid #cccccc;
	
	border-radius: 14px;
	
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	
}

/* ------------------------------------------------------------ */
/* for tweet body */

.tweet_body {
	
	font-size: 1.5rem;
	
}

.tweet_img {
	
	width: 286px;
	
}

.img_h {
	
	height: 381px;
	
}

.img_w_3_2 {
	
	height: 190px;
	
}

.img_w_4_3 {
	
	height: 214px;
	
}

.img_w_16_9 {
	
	height: 160px;
	
}

.x {
	
	margin: 0 0 0 10px;
	
}
