.social-btn {
    display: flex;
    width: 170px;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 5px;
    position: relative;
    right: -120px;
    transition: right 1s;
  }
  .social-btn:hover {
    right: -10px;
    transition: right 1s;
  }
  
  .social {
    position: fixed;
    top: 30%;
    right:0;
  }
  .social a {
    text-decoration: none;
  }
  
  .color-facebook {
    background-color: #0084c6;
  }
  .color-twitter {
    background-color: #2074BF;
  }
  .color-linkedin {
    background-color: #0084c6;
  }
  .color-instagram {
    background-color: #F70485;
  }
  
  .google-font {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
  }
  
  .social-btn img {
    width: 40px;
  }
  
  .social-btn p {
    color: white;
  
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .icons8-facebook-app {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('https://s3-ap-southeast-1.amazonaws.com/uploads.judgify.me/uploads/136923/7de145c09a7399f51a66ef71205aab11_1669618182000.png')
      50% 50% no-repeat;
    background-size: 100%;
  }
  
  .icons8-twitter {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("https://s3-ap-southeast-1.amazonaws.com/uploads.judgify.me/uploads/136923/b73c2d22763d1ce2143a3755c1d0ad3a_1669618341571.png")
      50% 50% no-repeat;
    background-size: 100%;
  }
  
  .icons8-linkedin {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("https://s3-ap-southeast-1.amazonaws.com/uploads.judgify.me/uploads/136923/f1576406b382b7d1c8c2607f7c563d4f_1669618425942.png")
      50% 50% no-repeat;
    background-size: 100%;
  }
  
  .icons8-instagram {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("https://s3-ap-southeast-1.amazonaws.com/uploads.judgify.me/uploads/136923/ffe8560492ef96f860b965341d0c9698_1669618999970.png")
      50% 50% no-repeat;
    background-size: 100%;
  }
  