@font-face {
	font-family: "Segoe UI Emoji";
	src: url("seguiemj.ttf");
}

body {
	margin: 0px;
	background: orange;
	position: fixed;
	height: 100vh;
	width: 100vw;
}

canvas {
	border: 5px solid darkorange;
	font-family: "Segoe UI Emoji";
	transform: scale(0.8, 0.8);
	margin-bottom: -12px;
}

div#status {
	font-family: "Segoe UI Emoji";
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: -30px;
}

div#gamemode {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	width: 313px;
	margin: auto;
}

#gamemodestat {
    text-align: center;
	font-family: "Segoe UI Emoji";
    font-size: 24px;
    margin-top: -15px;
    margin-bottom: 10px;
}

button {
	display: inline-block;
	padding: 10px 20px;
	outline: none;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	margin: 2px;
	border: 2px solid black;
	border-radius: 4px;
}

button#reset {
    grid-column-start: span 3;
}

button:active {
	border-color: darkorange;
	background-color: orange;
	cursor: pointer;
}

.material {
	font-family: Material Icons;
	font-size: 30px;
}

h1 {
	font-family: Roboto, sans-serif;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 64px;
}

div#canvasb {
    width:100%;
    display:flex;
    justify-content:center;
}

div#author {
	font-family: Roboto, sans-serif;
	text-align: center;
	position: fixed;
    width: 100%;
    height: 30px;
    bottom: 10px;
    margin-top: -15px; /* Negative half of height. */
	font-size: 24px;
}