*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: rgb(242, 242, 242);
}
.main-space-box
{
	padding: 10px;
	margin-top: 20px;
	background-color: white;
}
.list-style-remove
{
    text-decoration: none;
    color: black;
}
.textarea
{
	width: 100%;
}