body {
    background: rgb(59, 39, 79);
    color: white;
    text-align: center;
    font-size: 30px;
}

.title::before {
    content: '';
    position: absolute;
    background: rgb(214, 39, 124);
    width: 100px;
    height: 100px;
    border-radius: 60px;
    border: 5px solid whitesmoke;
    transform: translate(-300px, -15px);
}

.title::after {
    content: '';
    position: absolute;
    background: rgb(28, 28, 231);
    width: 100px;
    height: 100px;
    border-radius: 60px;
    border: 5px solid whitesmoke;
    transform: translate(191px, -124px);
}