canvas{
    box-shadow: 0 0 5px black;
    margin: 0 auto;
}
.canvas {
	margin: 0 auto;
	width: 900px;
	display: flex;
	justify-content: center;
}

body {
	background: linear-gradient(270deg, #d11ecb, #230be7) 
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-family: Arial;
	font-size: 30px;
	font-weight: 700;
	color: white;
}

.description {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	font-family: Arial;
	font-size: 30px;
	color: white;
}

.control{
	margin: 0 auto;
	width: 900px;

	display: flex;
	justify-content: center;
}
.btn{
	border: 3px solid black;
	border-radius: 20px;
	background-color: chocolate;
	font-size: 30px;
}