*{
	font-size: 16px;
	margin: 0;
	padding: 0;

}
body{
	background-color: hsl(47, 88%, 63%);
	display: flex;
	justify-content: center;
	aligns-items: center;
}
.main-container{
	border: 1px solid black;
	border-radius: 15px;
	background-color: white;
	width:22% ;
	height:70vh;
	margin-top: 10%;
	box-shadow: 6px 5px 0px black;

}
#img-blog{
	display: block;
	margin: 10px auto;
	border: 1px solid white;
	border-radius: 5px;
	border-top-left-radius: 10px;
	width: 90%;
}
.learning{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: hsl(47, 88%, 63%);
	padding: 5px;
	font-weight: bold;
	width: 65px;
	border-radius: 5px;

}
#date{
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 14px;
}
h2{
	margin-left: 15px;
	margin-bottom: 15px;
}
#text{
	margin-left: 15px;
	font-size: 14px;
	
}
#bottom{
	display: flex;
	margin-top: 15px;

}
#img-webp{
	display: ;
	width: 10%;
	margin-left: 15px;
}
h5{
	margin-left: 10px;
}
