body {
  margin: 0; }

canvas {
  width: 100%;
  height: 100%; }

#banner {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffb902;
  height: 100px;
  width: 100%;
  box-shadow: 0px 2px 5px #888888; }

#score {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0.1em;
  height: 100px;
  width: 200px; }

#bottom_tab {
  background-color: #ffb902;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  height: 20px;
  width: 40px;
  margin-left: 50%;
  left: -20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5); }
  #bottom_tab:hover {
    background-color: rgba(100, 108, 133, 0.5);
    cursor: pointer; }

#find_me {
  position: fixed;
  bottom: 10px;
  left: 10px; }

a {
  color: black; }
  a:hover {
    color: rgba(100, 108, 133, 0.5); }

form {
  margin-left: 60px; }

h1, h2, h3, h4, p, form {
  font-family: sans-serif;
  display: inline-block; }

.guiSection {
  display: inline-block;
  position: relative;
  margin-right: 30px; }

.button, input {
  padding: 5px;
  margin: 0px 0px 5px 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8); }

.button:hover {
  background-color: rgba(255, 200, 200, 0.8);
  cursor: pointer; }

/*# sourceMappingURL=177147.css.map */
