.icons {
    width: 25px; /* Adjust this value to the desired width */
    height: 25px; /* Adjust this value to the desired height */
    margin-right: 5px;
}

.footer-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-item a{
  color: white;
  margin-left: 5px;
  margin-top: -5px;
}