h1{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding-top:20px;
}
p{
  text-align: center;
}
#logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}

body
{
  text-align:center;
}

.fa:hover { 
            opacity: 0.9; 
        } 
  
        .fa-linkedin { 
            background: #007bb5; 
            color: white; 
        } 
.fa-github { 
            background: black; 
            color: white; 
        } 
.fa-google{
  background: pink; 
            color: white; 
}
 .fa { 
            padding: 20px; 
            font-size: 40px; 
            width: 60px; 
            text-decoration: none; 
            /* margin: 5px 80px;  */
        }
