/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 15, 2018, 6:20:49 PM
    Author     : Jake
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
  font-family: "Montserrat", sans-serif;
  text-align: center;

}

#startBtn {
  padding: 20px;
  background: darkgrey;
  margin-top: 20px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

#startBtn:hover {
  background: black;
  color: white;
  cursor: grab;
}
#startBtn:active {
  width: 35px;
  height: 15px;
}
#rect:active{
  fill: darkgrey;
}
#visScore {
  visibility: hidden;
}
#visHighscore{
  visibility: hidden;
}