.key {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .key-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .key-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: rgba(255, 204, 229, 0.5);
  }