  body {
    background-image: url("fondo.jpg");
    background-size: 1900px 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    margin: 0;
  }

  canvas {
    background:transparent;
    border: none;
    border-color: rgb(0, 0, 0);
    border-style:groove;
  }

  #gameover {

    size : 100px;
    margin-top: 3cm;
    margin-left: 2cm;
  }

  p {
    font-family:'Times New Roman', Times, serif, bol;
    font-size: 20px;
  }
