/* Create a dark background. */
body {
    background: #000; 
      /* The image used */
 /* background-image: url("Adebar.png");

  /* Full height */
  /*height: 100%;*/

  /* Center and scale the image nicely */
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    
}
 
/* Fit the canvas to the page width. */
canvas {
    display: block;
}


p {
	color: #FFFF00;
	font-weight: bold;
        font-family: Verdana, Geneva, sans-serif;
font-size: 35px;
}

   /* .title-bar {
        
      display: flex;
      background-color:#ccc;
      padding:10px;
      text-align:center;
      font-weight:bold;
     
    }*/