h1::before {
content: "";
display: block;
background-color: #fc5050;
width: 70px;
height: 70px;
border-radius: 100%;
transform: translate(-115px, 65px);
border: 3px solid #fff;
}

h1 {
color: #fff;
transform: translateX(800px);
font-size: 50px;}

body {
background-color: #444;}

h1::after {
content: "";
display: block;
background-color: #5b50fc;
width: 70px;
height: 70px;
border-radius: 100%;
    transform: translate(275px, -65px);
border: 3px solid #fff;
}


