@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200&display=swap');

.a, tr, td, p{
	font-family: 'Quicksand';
	color: rgb(152, 255, 152);
}

.b {
	width: 200px;
}

.c {
	font-family: 'Changa';
}

table {
	border-color: #98ff98;
}

caption {
	font-family: 'Quicksand', sans-serif;
	font-style: bold;
	background-color: #98ff98;
	color: black;
}
