* {
  font-family: "Poppins", sans-serif;
}

.buttons-network {
  position: fixed;
  top: 30%;
  left: 10px;
}

.buttons-network__button {
  width: 55px;
  height: 55px;
  display: flex; 
  align-items: center;  
  justify-content: center;  
  gap: 5px; 
  font-size: 18px;  
  text-decoration: none;
  color: #222;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.buttons-network__button p {
  margin: 0; 
  padding: 0; 
  display: none;  
  font-size: 0.8em; 
  line-height: 1.2; 
}

.buttons-network__button:hover > p {
  display: block;  
}

.buttons-network__button:hover {
  width: 100%;
  padding: 0 10px;
}

.buttons-network__button i {
  font-size: 1.5em;  
  line-height: 1;  
}

.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: #FF2056;
}

.buttons-network__button:nth-child(4):hover {
  color: #0e76a8;
}

.buttons-network__button:nth-child(5):hover {
  color: #0e76a8;
}

.buttons-network__button:nth-child(6):hover {
  color: #F4320B;
}
