body {
  background-color:rgb(125, 125, 219);
  font-size: 30px;
  font-family: Roboto-regular;
}

.wrapper-main{
	width: 300px;
	margin: 0 auto;
}
table,
th,
td{
	/*border-collapse: separate;
	border-collapse: collapse;*/
	border-collapse: separate;
	border-radius: 120px;
	padding: 20px;
	border-spacing: 20px;

}

table{
	width: 300px;
	height:  auto;
	border: 4px solidrgb(122, 220, 122);
	background-color:rgb(116, 51, 51);
	border-style: groove;
}

th{
	font-weight: bold;
	border: 4px solidrgb(138, 119, 119);
	/*border-color:  #ff0000;*/
}


table tr td:nth-child(2){
	width:400px;
}

table tr td:nth-child(2){
	width: 400px;
}


table tr:nth-child(even){
	background-color:#ccc;
}