body {
    background-color: #333;
    color: #fff;
    font-family: sans-serif;
    font-size: 5rem;
}

.wrapper {
    padding: 50px;
    min-height: 100%;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.block-wrapper,
.title {
    margin-bottom: 100px;
}

.title {
    text-align: center;
}
.title:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: rgb(211, 75, 75);
    border-radius: 100%;
    border: 5px solid #fff;
    position: absolute;
    transform:translate(171px, -13px);
} 
.title:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: rgb(39, 63, 180);
    border-radius: 100%;
    border: 5px solid #fff;
    position: absolute;
    transform:translate(731px,-93px);
} 
