body {
  background-color: #ffffff;
  margin:0px;
}

canvas{
	background:#078cfd;
	/*width:100%;
	height:100%;*/
}

#flappy-bird-reborn {
  border: 2px solid white;
  /*width: 288px;*/
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
p {
  text-align: center;
  color: white;
}

a {
  color: #3caaff;
}