body{
	margin: 0;
	padding: 0;
}
*{
	font-family: sans-serif;
}
h1{
  text-align: center;
}

.fab{
    width: 10px;
    text-align: center;
    font-size: 30px;
}
.social{
    position: fixed;
    left: 850px;
    top: 300px;
}
.social ul{
    list-style: none;
}
.social a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 15px 50px;
    z-index: 100;
    transition: 0.1s ease;
}
.fa-facebook-f{
    background: #1877f2;
}
.fa-twitter{
    background: #00abf0;
}
.fa-instagram{
    background: #cb0f6c;
}
.fa-facebook-messenger{
    background: #0084ff;
}
.fa-whatsapp{
    background: #00aafb;
}
.fa-google-plus-g{
    background: #0061c3;
}
.social a:hover{
    padding: 20px 35px;
}









