body {
    background: #211818;
}

h1 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    margin-top: 50px;


.title::before {
    content: '';
    left: 570px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 3px solid #fff;
    background: rgb(209, 77, 77);
    transform: translate(-10px, 0px);
}

.title::after {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 3px solid #fff;
    background: rgb(128, 209, 77);
    transform: translate(10px, 0px);

}
