hr{
	color: lightgray;
}
.card{
	height: 150px;
	width: 97%;
	margin: 0 auto 10px;
	background-color: white;
	border-radius: 20px;
	padding: 10px;
}
.box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.box span,.box p{
	color: red;
	margin: 0;
}
.card2{
	height: 270px;
}
.note{
	color: red;
	display: flex;
	justify-content: space-between;
}
.textArea{
	width: 97%;
	height: 70px;
	background-color: #f5f5f5;
	margin: auto;
	border-radius: 10px;
	font-size: 14px;
	padding: 3px;
}