@import url('https://fonts.googleapis.com/css?family=Poppins');

html,
body {
	font-family: 'Poppins';
	background-color: rgb(251 67 101);
	color: white;
}

canvas {
	width: 500px;
	height: 500px;
	border: black 1px solid;
	display: block;
	margin: auto;
	image-rendering: optimizeSpeed;
	image-rendering: pixelated;
	background: white;
}

h1,
h2,
h3 {
	text-align: center;
}

#control > input,
#control > h2, #seleccione {
	display: block;
	margin: auto;
	text-align: center;
}

#control {
	margin-top: 20px;
}

#botones {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#colores {
	display: flex;
	justify-content: center;
}

#colores > div {
	margin: 10px;
}

.footer-basic {
	padding: 40px 0;
	background-color: rgb(251 67 101);
	;
	color: #4b4c4d;
}

.footer-basic .social>a:hover {
	opacity: 0.9;
}

.footer-basic .copyright {
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
}

.boton1 {
	align-items: center;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, .1) 0 6px 20px;
	box-sizing: border-box;
	color: #121212;
	cursor: pointer;
	display: inline-flex;
	flex: 1 1 auto;
	font-family: Inter, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin: 10px 10px 0px 10px;
	outline: none;
	padding: 1rem 1.2rem;
	text-align: center;
	text-decoration: none;
	transition: box-shadow .2s, -webkit-box-shadow .2s;
	white-space: nowrap;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.boton1:hover {
	box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}

