body {
	width: 100%;
}

canvas {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 80vh;
	height: 80vh;
}

button {
    background: white;
    width: 100px;
    height: max-content;
    border: solid 1px black;
    border-radius: 10px;
    font-size: 30px;
}

.content {
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container {
	margin: 0 auto;
	width: 50%;
}

.btn_container {
	margin-top: 10px;
}

.instructions {
	width: 40vw;
	font-family: 'Courier New', Courier, monospaces
}