body {
    background-image: url("img/bg.jpg");
}

.center-image {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-top: 50px;
}

@media only screen and (max-width: 600px) {
  .center-image {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 50px;
}
}

.fa {
    padding: 20px;
    font-size: 30px !important;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  /* Twitter */
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }

  .fa-instagram {
    background: #f752a4;
    color: white;
  }

  .fa-whatsapp {
    background: #29b630;
    color: white;
  }

  .social-icons {
    text-align: center;
    margin-top: 50px;
  }

  .floating-right-bottom-btn
{
position : absolute;
right : 10px;
bottom : 16px;
}