.fa-facebook {
    font-size: 25px;
    color:blue;
    
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: white;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.google-btn:hover {
  background-color: #f8f9fa;
}


