@charset "utf-8";
/* CSS Document */


.app {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 72px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #C90407;
    -webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}



.fa-commenting-o {
    width: 70px;
    height: 70px;
    background: #edfbff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    color: #2080ff;
    font-size: 70px;
    transition: .3s ease all;
}

.fa-commenting-o:hover {
    background: #FFFFFF;
    color: #1872EB;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.fa-whatsapp{
    width: 70px;
    height: 70px;
    background: #f2fcf1;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #19CC05;
    font-size: 70px;
    transition: .3s ease all;
}

.fa-whatsapp:hover {
    background: #FFFFFF;
    color: #70D856;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
