body
{
    background-color: gery;
}

p
{
  font-family: 'Press Start 2P';
}

div
{
  position: absolute;
  text-align: center;
  display: block;
  font-family: 'Press Start 2P';
}

#canvas
{
  background: green;
  position: relative;
  z-index: -1;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#canvasDebug
{
  display:  none;
}

#Title
{
  height: 7%;
  width: 24%;
  margin-left: 39%;
  margin-top: 3%;
  background-color: black;
  color: white;
}

#Play
{
  margin-top: 18%;
}

#Play2
{
  margin-top: 36%;
}

#Play3
{
  margin-top: 54%;
}

#Scores
{
  display: none;
  margin-left: 37.5%;
  width: 25%;
  margin-top: 6%;
}

#Menu
{
  margin-left: 30%;
  margin-top: 4.5%;
  width: 40%;
  height: 20%;
}

#Music
{
  position: absolute;
  margin-top: 420px;
  margin-left: 90%;
}

#Score
{
  position: absolute;
  margin-top: 10px;
  margin-left: 90%;
  color: white;
}

.MenuButton
{
  width: 55%;
  background-color: black;
  color: white;
  margin-left: 25%;
}

.TextMenuButton
{
  margin-top: 4%;
}

@media (max-width: 1600px) {
  body
  {
    font-size: 0.75em;
  }
}
