/* CSS for Flappy Bird Game */
body {
  @font-face {
    font-family: 'HarryPotter';
    src: url('../fonts/HARRYP.TTF') format('truetype');
  }
}
body {
  background: #222;
}

#board{
  display: block;
  margin: 0 auto;
  background: url('../img/fondodefinitivo.png') no-repeat center center;
  background-size: cover;
}
