* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	width: 100%;
	height: 100%;
	overflow: none;
}

body { 
-ms-overflow-style: none; 
} 
::-webkit-scrollbar { 
display: none; 
} 

img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

canvas {
	transform: scale(1.3, 0.4);
}

#buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.button {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.red {
	background-color: #ff5a47;
	border: 5px solid #e55032;
}

.yellow {
	background-color: #ffc338;
	border: 5px solid #f1b42c;
	margin: 0 75px 0 75px;
}

.green {
	background-color: #38c423;
	border: 5px solid #51b433;
}