@import url('https://fonts.googleapis.com/css?family=Mukta');

:root {}

body {
	margin: 0px;
	padding: 30px;
	font-family: "Mukta";
	overflow: hidden;
	background: #313131;
	
}

canvas {
	box-shadow: -3px 2px 9px 6px black;
}

.tools {
	display: flex;
	justify-content: center;
	margin-top; 15px;
	
}

.tools .button {
	align-self: center;
	width: 100px;
	height: 40px;
	border: 2px solid white;
	cursor: pointer;
	color: white;
	background: #222;
	font-weight: bold;
}

.tools .color-field {
	height: 40px;
	width: 40px;
	min-height: 40px;
	min-width: 40px;
	cursor: pointer;
	display: inline-bock;
	box-sizing: border-box;
	border: 2px solid white;
	
}