h1{
    text-align: center
}


.fa {
  padding: 20px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 100px 100px 100px 100px;
  
}



.fa-facebook {
  background: #5882FA;
  color: white;
}

.fa-twitter {
  background: #5882FA;
  color: white;
}


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

.fa-linkedin {
  background: #5882FA;
  color: white;
}

body{
    background-color: #FFFAFA;
}