@font-face{
	font-family: "Chalk";
	src: url("fonts/Chalk.otf");
}
table {
	color: white;
	font-size: 2vw;
	font-family: "Chalk";
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
th, td {
	padding: 10px;
	text-align: center;
}
img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.blackboard {
    color: white;
	font-size: xx-large;
	font-family: "Chalk";
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-right: #C49449 solid 20px;
	border-top: #B08441 solid 20px;
	border-left: #B88D49 solid 20px;
	border-bottom: #CF9F4E solid 20px;
	box-shadow: 0pc 0pc 5px 5px #3B6C82, 0px 0px 0px 2px #826D4F;
	background-color: #000000;
}
.circle_1 {
	border: 60px solid transparent;
    padding: 0px;
	background: transparent;
	border-image: url("pictures/pic_1.png") 100 stretch;
}
.circle_2 {
	border: 60px solid transparent;
    padding: 0px;
	background: transparent;
	border-image: url("pictures/pic_2.png") 100 stretch;
}
.no_circle {
	border: 60px solid transparent;
    padding: 0px;
	background: transparent;
}
ul {
	margin: 1em;
}
.Stan {
	color: #baffc9;
}
.Scott {
	color: #f1cbff;
}
.Holly {
	color: #FF9500;
}
.Melanie {
	color: #E6A8CA;
}
.Henrique {
	color: #dea1dd;
}
.George {
	color: #FAC898;
}
.Eleanor {
	color: #91CA91;
}
.implemented {
	color: #39CC3B;
}