.whatsapp{
    background-color: #358067;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.instagram{
    background: #358067;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.social{
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 2000;

}

.social ul{
    list-style: none;
}

.social ul li a{
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px 18px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 25px;
    transition: 100ms;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.social ul li a:hover{
    background-color: #fff;
    color: #339900;
}


@media screen and (max-width: 980px){
    .social ul li a{
        font-size: 15px; 
    } 
}