.social-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  padding: 5px 10px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-bottom: 5px;
  position: relative;
  right: -180px;
  transition: right 0.5s ease;
}

.social-btn:hover {
  right: -55px;
}

.social {
  position: fixed;
  top: 79%;
  right: 35px;
}

@media (max-width: 576px) {
  .social {
    top: 55%;
  }
}

.social-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: white;
}

.social-btn i {
  font-size: 30px;
  color: white;
}

.google-font {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  margin: 2px;
  color: white;
}

.color-messenger {
  background-color: #0084c6;
}

.color-phone {
  background-color: #f62782;
}

.color-whatsapp {
  background-color: #24cc63;
}
