



#canvas {
    background-color: rgba(205, 205, 205);
    
    background-image: url("arcade.jpg");
    background-size: 800px 590px;
    background-position: center;
    border: rgb(142, 135, 245) 5px groove;
  }
body {
    background-color:rgb(241, 239, 239);
  }

  p{
    color: black;
    font-family: 'Do Hyeon', sans-serif;
    font-size: 15px;
    padding: 7px;
    border: rgb(142, 135, 245) 5px groove;
    width: 300px;
    height: 50px;
    text-align: center;
   
    
  }
  
