@import url('https://fonts.googleapis.com/css?family=Roboto');

h1 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.box:hover {
	box-shadow: 0px 0px 2px 2px #111111;
}

.box {
	border: 1px solid #111;
	height: 50px;
	width: 50px;
}

.row {
	width: auto;
	height: auto;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

#grid { 
	display: flex;
	flex-direction: column;
}

button {
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

fieldset {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 10%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

main {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filled-black {
  	background-color: #000;
}

.filled-white {
	background-color: white;
}

.filled-red {
	background-color: red;
}

.filled-green {
	background-color: green;
}

.filled-blue {
	background-color: blue;
}

#colr, #colrremove {
	margin-left: 20px;
}

#coll, #collremove {
	margin-right: 20px;
}

#uptop, #downtop {
	margin-bottom: 20px;
}

.inner {
	display: inline-block;
}

.center {
	text-align: center;
}