body {
    text-align: center;
    font-family: sans-serif;
  }

  .dice-container {
    display: flex;
    justify-content: center;
    margin: 20px;
  }

  .dice {
    width: 100px;
    height: 100px;
    margin: 0 10px;
  }
