@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);

body {
  background:orange;
}

#menu-buttons {
  width:0px;
  height:0px;
  border-left: 300px solid transparent;
  border-right:300px solid transparent;
  border-top: 300px solid transparent;
  border-radius: px;
  position:relative;
  margin:auto;
  top:50%;
  left:2px;
}

#start-game {
  position:relative;
  bottom:330px;
  right:300px;
  height:50px;
  width:600px;
  background:#006680;
  text-align:center;
  font-size:30px;
  background-size: 1px 300%;
  -webkit-transition:0.5s;
  transition:0.5s;
  color:orange;
  font-family:shadows into light;
  cursor:pointer; 
}

#start-game:hover {
  background:#7A0000;
  color:white;
  -webkit-transform:rotate(-1deg);
  transform:rotate(-2deg);
}

#start-game p {
  position:relative;
  top:2px;
  right:4px; 
}
canvas {
  width: 100%;
  height: auto;
  max-width: 100%;
}
