* {
  font-family: "Poppins", sans-serif;
}

.buttons-network {
  position: fixed;
  top: 30%;
  /* bottom: 15px; */
  left: 10px;
  z-index: 9999;
}

.buttons-network__button {
  background-color: white;  
  width: 55px;
  height: 55px;
  display: block;
  box-shadow: 0 2px 4px rgb(0, 0, 0);
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  text-decoration: none;
  color: #222;

  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.buttons-network__button p {
  display: none;
}

.buttons-network__button:hover > p {
  display: block;
}

.buttons-network__button:hover {
  width: 100%;
  padding: 0 10px;
}

.buttons-network__button:nth-child(1):hover {
  color: #4267b2;
}

.buttons-network__button:nth-child(2):hover {
  color: #e1306c;
}

.buttons-network__button:nth-child(3):hover {
  color: #25d366;
}

.buttons-network__button:nth-child(4):hover {
  color: #840ea8;
}

  /* INI Backgraund; */

  /* END Backgraund; */
