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

.smallcube {
	width: 12.5vw;
	height: 12.5vw;
}

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

.upper {
	top: 2%;
}
.down {
	top: 42%;
}
.left {
	left: 10%;
}
.right {
	left: 50%;
}
