.circle {
    width: 0;
    height: 0;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    transition: width 1s, height 1s;
}

.message-ball {
    display: flex;
    justify-content: center;
    align-items: center;
}