html,
body {
	background-color: black;
	margin: 0;
	font-family: 'Dancing Script', cursive, Verdana, Georgia, 'Times New Roman', Times, serif;
	font-size: 10px;
	overflow: hidden;
	padding: 0;
}

#screen {
	position: absolute;
	border: 1px none black;
	width: 100%;
	height: 100%;
}

#button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

img {
	display: none;
}
canvas-container {
	position: relative;
	width: 600px;
	height: 600px;
}

div {
	color: #39ff14;
}

#arrow {
	height: 20px;
	width: 20px;
	outline: 1px solid black;
	position: absolute;
	background-color: green;
}
h1 {
	font-size: 120%;
	margin: 0;
	color: red;
}
button {
	position: absolute;
	color: #39ff14;
	border-color: #39ff14;
	background-color: transparent;
	outline: none;
	display: none;
	font-size: 17px;
	border-radius: 8%;
}
