body {
    background: #393939;
    color: #fff;
    font-size: 3rem;
    display: flex;
    font-family: "Arial", sans-serif;
}

.wrapper {
    position: relative;
    width: 100%;
}

.Text {
    position: absolute;
    margin-top: 50px;
    left: 40%;
}

.Text::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: #f77979;
    border-radius: 50%;
    border: 4px solid white;
    position: absolute;
    top: -15px;
    right: 270px;
}

.Text::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: #6b6bf6;
    border-radius: 50%;
    border: 4px solid white;
    position: absolute;
    top: -15px;
    right: -125px;
}