@charset "utf-8";
/* CSS Document */

.fab{
    width: 700px;
    text-align: center;
    font-size: 30px;
}
.social{
    position: fixed;
    left: -40px;
    top: 400px;
	z-index: 10000000;
	overflow: hidden;
}
.social ul{
    list-style: none;
}
.social a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    transition: 0.1s ease;
}

.fa-facebook-messenger{
    background: #0084ff;
}
.fa-whatsapp{
    background: #25d366;
}

.social a:hover{
    padding: 10px 40px;
}

