.cardMargin { margin-top: 3px; margin-right: 3px; max-width: 600px;}
.channelConfig {min-height: 80px;min-width:300px;max-height: 80px;max-width:300px;padding-left:5px;padding-right: 5px;float: left;}

.wordContainer {
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 30px;
	border: 1px;
	border-color: #198754;
	width: fit-content;
	background-color: #198754;
	border-top-color: #e0ffe4;
	border-style: solid;
	border-top-width: 4px;
	word-wrap: normal;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #fff;
}

.wordContainer:hover {
	cursor: pointer;
	border-color: #fcdcde;
	width: fit-content;
	background-color: red;
	border-top-color: fcdcde;
}
