.fbBtn{
  border: 1px solid blue;
  background: blue;
  color: white;
  border-radius: 5px;
  padding: 15px;
  font-weight: 600;
  text-decoration: none;
}

.googleBtn{
  border: 1px solid #d3514d;
  background: #d3514d;
  color: white;
  border-radius: 5px;
  padding: 15px;
  font-weight: 600;
  text-decoration: none;
}