@charset "utf-8";
/* CSS Document */

html {
	font-size: 16px;
}


.redcolor {
	color: red;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

.title {
	text-align: center;
	color: darkgreen;
	font-size: 1.75rem; 
}