.class-slot {
	cursor: pointer;
	background-color: whitesmoke;
	width: 100%;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;	
}

.class-slot-name {
	font-family: hand;
	font-size: 40px;
	color: #444444;
}