* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fa-mobile {
    padding: 10px;
    color: white;
    font-weight: bold;
}

.nav-link {
    margin-left: 10px;
    margin-right: 10px;
}

.abtus-content p {
    color: #06CBAD;
}

.fa-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-color: rgb(0, 255, 26);
    border: 15px solid rgb(0, 255, 26);
    border-radius: 50%;
    z-index: 100;

}

.fa-phone {
    position: fixed;
    bottom: 50px;
    left: 30px;
    background-color: #2b00ff;
    border: 15px solid rgb(4, 0, 255);
    border-radius: 50%;
    z-index: 100;

}

.card {
    border: none;
}