.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff5f5f; /* Set your desired background color */
    color: white;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .button img {
    vertical-align: middle;
    margin-right: 10px; /* Adjust the spacing between image and text */
    width: 20px; /* Adjust the image size */
    height: 20px;
  }
  