.cube {
	width: 25vw;
	height: 25vw;
}

.cubie {
	width: 18%;
	height: 18%;
}

.upper {
	top: 0%;
}
.uppermiddle {
	top: 20%;
}
.lowermiddle {
	top: 40%;
}
.down {
	top: 60%;
}
.left {
	left: 10%;
}
.centerleft {
	left: 30%;
}
.centerright {
	left: 50%;
}
.right {
	left: 70%;
}
