.tutorial-link {
	font-family:'Roboto-Black';
	font-weight:900;
	width:45px;
	height:45px;
	border-radius:10px;
	box-shadow: 10px 10px 0px -1px rgba(0, 0, 0, .45);
	background-color:#f5eb00;
	color:#333333;
	font-size:22pt;
	padding:15px 10px 0px 10px;
	text-align:center;
	margin:10px;
}
#link-group {
	display: grid;
    grid-template: auto / auto auto auto;
    grid-gap: auto;
}
#title {
	font-size:20pt;
	color:#ffffff;
	padding-bottom:5px;
	margin-bottom:5px;
	border:none;
}
a {
	text-decoration:none;
	color:#ffffff;
}

.cat-starting, .cat-sensing, .cat-lights, .cat-sounds, .cat-music,
.cat-scoring, .cat-controls, .cat-math, .cat-variables, .cat-functions,
.cat-create, .cat-insert {
	font-family:Roboto, sans-serif;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	border-radius: 2px;
	text-wrap: nowrap;
	white-space: nowrap;
}

.cat-starting {
    background-color: #0e65e5;
}
.cat-sensing {
    background-color: #00aeef;
}
.cat-lights {
    background-color: #b902f3;
}
.cat-sounds {
    background-color: #d802ca;
}
.cat-music {
    background-color: #6400DB;
}
.cat-scoring {
    background-color: #00D8CB;
}
.cat-controls {
    background-color: #EA9F00;
}
.cat-math {
    background-color: #3cff00;color:#000000;
}
.cat-variables {
    background-color: #fe6b10;
}
.cat-functions {
    background-color: #E7198B;
}
.cat-create {
    background-color:#a9a9a9;
}
.cat-insert {
    background-color: #a6f8a6;color:#000000;
}

