@font-face {
	font-family: 'Figtree';
	src: url(assets/fonts/Figtree-VariableFont_wght.ttf);
}

#time_release {
	font-size: 13px;
}

#description {
	color: hsl(0, 0%, 42%);
}

#tittle {
	font-size: 23px;
}

.box,
body {
	font-family: 'Figtree';
	background-color: hsl(47, 88%, 63%);
}

.card {
	margin: auto;
	position: relative;
	top: 200px;
	height: 476px;
	width: 360px;
	border-radius: 15px;
	border-style: solid;
	box-shadow: 8px 8px;
	background-color: white;
	box-sizing: border-box;
	padding: 20px;
}

.box {
	height: 25px;
	width: 80px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 3px;
}

#context {
	margin: auto;
	text-align: center;
	font-size: 14px;
}

.user img {
	border-radius: 50px;
	width: 11%;
	display: inline;
	margin-right: 10px;
}

.user p {
	display: inline;
	position: relative;
	margin: auto;
	top: -12px;
	text-align: center;
	width: 35px;
}

#illustration {
	margin-bottom: 15px;
	border-radius: 15px;
	width: 320px;
}
