body {
  background-color: black;
  margin: 0px;
  overflow: hidden;
}

#gameCanvas {
  position: absolute;
  background-color: black;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  align: center;
  z-index: 0;
}

#overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

#flexboxtotherescue {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

#description {
  align-self: center;
  text-align: center;
  font-family: Segoe UI, Helvetica, Ubuntu, sans-serif;
  color: white;
  width: 100%;
}

#fish {
  position: relative;
  font-size: 600%;
  padding: 0;
  margin: 0;
  color: white;
}

#title {
  background-color: white;
  color:black;
}
