﻿body {
  position:relative;
  margin:0;
  background-color: #1a1a1a;
  color: #FFF;
}

a, p, h1, h2, h3, h4, h5, h6, th, td, li {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
}

#msg {
  padding-left : 5px;
  color : red;
}
.emptyTileSolution {
  background-color:#CCCCAA;
}
#general {
  display:flex;
}
#menu {
  display: flex;
  flex-direction:column;
  align-items: center;
}

#menu p, #menu button {
  margin: 5px;
}

#game {
  margin: 5px;
  box-shadow: 5px 5px 5px #888;
  background-color : #FFC;
}
#menu button {
  width:15ex;
}
.remark {
  font-size : 80%;
}