.body {
	background-color: black;
	color: white;
	font-family: Verdana;
}

.buttonrowitem {
	background-color: rgb(66, 66, 66);
	margin-top: 15px;
	transition-duration: 1s;
	width: 80px;
	height: 40px;
	float: left;
	color: white;
}

.buttonrowitem:hover {
	background-color: rgb(99, 99, 99);
	transform: rotateY(360deg);
}

.buttonrowheader {
	margin-top: 15px;
	color: white;
	float: left;
	width: 40px;
	height: 40px;
	text-decoration: none;
	font-family: Verdana;
	color: white;
}

.buttonrowheading {
	float: left;
	margin-right: 10px;
	color: white;
}

.buttonitem {
	background-color: rgb(66, 66, 66);
	margin-top: 15px;
	transition-duration: 0.2s;
	width: 90px;
	height: 40px;
	float: left;
	border-radius: 10px;
	color: white;
}

.buttonitem:hover {
	background-color: rgb(99, 99, 99);
	color: white;
}