@charset "UTF-8";

body {
  font-family: "Mali", "Courier New", Courier, monospace;
  overflow: hidden;
}
.unselectable {
  /* Make text unselectable */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.bg-layer1 {
	background-color: rgba(239, 239, 239, 0.3);
}

.text-custom-stroke {
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
}

input:disabled {
    cursor: default;
	background-color: rgba(80, 80, 80, 0.5);
}
button:disabled {
    cursor: default;
	background-color: rgba(80, 80, 80, 0.5);
}
