body {
    height: 100vh;
    margin: 0;
    background: linear-gradient(45deg, #28a82c, #81c784);
    font-family: Arial, sans-serif;
  }

  a {
    text-decoration: none;
  }
  
  .game-board {
    border-radius: 20px;
    width: 400px;
    height: 400px;
    background: #000000;
    border: 2px solid #ffffff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  .snake,
  .fruit {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 4px;
  }
  
  .snake {
    background: radial-gradient(circle, #1eff00, #ffffff);
    border: 1px solid #2e7d32;
    box-shadow: 0 0 10px rgb(115, 255, 0);
  }
  
  .fruit {
    background: radial-gradient(circle, #000000, #ff0000);
    border: 1px solid #d84315;
    box-shadow: 0 0 30px rgb(255, 0, 0);
  }

  #babz {
    margin: 0 auto;
    background-color: white;
    width: 200px;
    border-radius: 30px;
    height: 50px;
    align-content: center;
    background-color: rgb(255, 81, 0);
    text-align: center;

  }

  .mor {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tkeyu {
    border: solid 2px rgb(0, 0, 0);
    background-color: rgb(255, 87, 87);
    width: 100px;
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
  }

  .tkeyr {
    border: solid 2px rgb(0, 0, 0);
    background-color: rgb(255, 87, 87);
    width: 100px;
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
  }

  .tkeyl {
    border: solid 2px rgb(0, 0, 0);
    background-color: rgb(255, 87, 87);
    width: 100px;
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
  }

  .tkeyd {
    border: solid 2px rgb(0, 0, 0);
    background-color: rgb(255, 87, 87);
    width: 100px;
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
  }