.WorkSpace{
	display: flex;
	position: relative;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 120px;
	padding: 10px 25px;
	justify-content: space-between;
	background-color: #1c1c1c;
}

.Box {
	background-color: #212121;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	border-color: black;
	width: 240px;
	height: 180px;

}

#Header{
	background-color: transparent;
	color: white;
	size: 25px;
	text-align: center;
	padding: 5px 5px;
	margin: 2px 2px 2px 2px;

}

#Image{
	width: 40px;
	height: 40px;
	margin: 10px 100px 10px 100px;

	justify-content: center;
	align-content: center;
	background-color: transparent;

}

#Description{
	background-color: transparent;
	color: white;
	size: 25px;
	margin-bottom: 5px;
	margin: 15px 20px 5px 20px;
	text-align: center;
}