#canvas
{
    background-color:#33D1E8;
    border: 1px solid black;
    display: block;
    margin: auto;
    padding: auto;
	border-radius: 10px;
    
}
@font-face {
  font-family: 'FlappybirdyRegular-KaBW'; /* Give your font a descriptive name */
  src: url('fonts/FlappybirdyRegular-KaBW.woff') format('woff'),
       url('fonts/FlappybirdyRegular-KaBW.ttf') format('truetype');
  font-weight: normal; /* Define the weight for this specific font file */
  font-style: normal;  /* Define the style for this specific font file */
}
body {
  font-family: 'FlappybirdyRegular-KaBW', sans-serif; /* Include a fallback font */
  
  background-image: url('img/mainbg.png');
}

h1 {
  font-family: 'FlappybirdyRegular-KaBW', serif;
  font-weight: bold; /* If you defined a bold version, you can use it */
}
.game-title {
        color: #FCB700;
        line-height: 2em;
        text-align: center;
    }
.game-description {
        color: #000;
        line-height: 2em;
        text-align: center;
    }
