body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
  
  .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: black; /* Black background */
    /* border-radius: 50%; Rounded edges */
    margin: 20px auto; /* Center the icon */
  }
  
  .icon {
    width: 80px;
    height: 80px;
  }
  