.number {
    display: flex;
    background: #eb1a66;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.icon {
    font-size: 30px;
    position: absolute;
    font-weight: 800;
    color: white;
    font-family: monospace;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
}

.starter {
    font-weight: 600;
}

.starter::after {
    content: '\A';
    white-space: pre;
}

.number-text {
    width: 400px;
}

.whatsapp {
    background-color: rgba(84, 207, 97, 1);
    padding: 3px 10px;
    border-radius: 100px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    border: 0;
}

.whatsapp:hover {
    background-color: rgb(71, 179, 82);
}

.whatsappicon {
    position: absolute;
    margin-left: 10px;
    margin-top: -5px;
}

.fa-whatsapp {
    color: rgb(71, 179, 82);
}

.center{
    display: block;
    margin: auto;
    width: 60%;
}