@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
html {
	overflow: scroll;
}

h1 {
	text-align: center;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 1000;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2)
		format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-size: 40px;
}

body {
	margin: 0;
	padding: 2;
	padding-bottom: 20px;
}

canvas {
	margin: auto;
	padding: 2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

button {
	margin-top: 15px;
	background-color: #f5e2c9;
	border: none;
	padding: 10px;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	margin-right: 20px;
	border-radius: 10%;
	box-shadow: 0 1px 2px 0 rgba(5, 5, 5, 0.2), 0 2px 1px 0 rgba(5, 5, 5, 0.19);
}

button:hover {
	/* background-color: #ebd8bf; */
	border-style: solid;
	border-width: 1px;
	border-color: rgb(174, 174, 174);
}

button:focus {
	outline: 0;
}

#button-wrapper {
	display: flex;
	position: relative;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

/* .start-button {
    left: 50vw;
}

.reset-button {
    right: 50vw;
} */

.two-d-button {
	position: absolute;
	right: 250px;
}
.elastic-button {
	position: absolute;
	right: 100px;
}

.pressed {
	background-color: #e0cfb8;
	box-shadow: none;
}

.instructions {
	margin: 150px;
	padding: 50px;
	padding-top: 25px;
	background-color: rgb(226, 184, 244);
	border-radius: 10px;
	margin-top: 50px;
	font-family: "Roboto";
	font-size: 20px;
}
h2 {
	text-align: center;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 1000;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2)
		format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	font-size: 30px;
}
