@import '../../css/global.css';

/*---------------------------------------
  SOCIALS
-----------------------------------------*/
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .float-button {
    position: fixed;
    right: 30px;
    bottom: 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: var(--accent-color) ;
    text-align: center;
    margin: 0 auto;
    z-index: 50;
  }
  
  .float-button i {
    font-size: 24px;
    color: var(--blue-color)
  }
  
  .float-button span {
    display: none;
  }

  
  