body {
    margin: 0;
    height: 2000px;
}

.icon-contact {
    position: fixed;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.icon-contact a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
}

/* Style the social media icons with color, if you want */
.icon-contact a:hover {
    background-color: #000;
}

.whatsapp {
    background: #179317;
    color: white;
}

.phone {
    background: #55ACEE;
    color: white;
}
.msg {
    background: #e2e0e7;
    color: white;
}